Skip to content

Commit b310e93

Browse files
committed
feat: Adding python3.11 and 3.12 support.
1 parent 66d1f35 commit b310e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ allowlist_externals =
3131
twine
3232
deps =
3333
setuptools
34+
wheel
3435
-r{toxinidir}/requirements/doc.txt
3536
commands =
3637
doc8 --ignore-path docs/_build README.rst docs
@@ -46,7 +47,6 @@ allowlist_externals =
4647
make
4748
deps =
4849
setuptools
49-
wheel
5050
-r{toxinidir}/requirements/quality.txt
5151
commands =
5252
pylint code_annotations tests test_utils setup.py

0 commit comments

Comments
 (0)