Skip to content

Commit

Permalink
feat: Adding python3.11 and 3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 2, 2024
1 parent 66d1f35 commit b310e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ allowlist_externals =
twine
deps =
setuptools
wheel
-r{toxinidir}/requirements/doc.txt
commands =
doc8 --ignore-path docs/_build README.rst docs
Expand All @@ -46,7 +47,6 @@ allowlist_externals =
make
deps =
setuptools
wheel
-r{toxinidir}/requirements/quality.txt
commands =
pylint code_annotations tests test_utils setup.py
Expand Down

0 comments on commit b310e93

Please sign in to comment.