Skip to content

Commit 36d6f3c

Browse files
Update tox tests for Python 3.10 (#1346)
Update CONTRIBUTING.md for Python 3.10 Bandit requires a Python version 3.10 or greater. CONTRIBUTING.md includes a required test running Python 3.9. This commit updates the test in the documentation for Python 3.10.
1 parent da0d338 commit 36d6f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can test any changes with tox:
6969
pip install tox
7070
tox run -e pep8
7171
tox run -e format
72-
tox run -e py39
72+
tox run -e py310
7373
tox run -e docs
7474
tox run -e cover
7575
```

0 commit comments

Comments
 (0)