diff --git a/tox.ini b/tox.ini index 28c7cf28e41f376bb09a7e6fa40022448506c5d0..7b6135505bc105968af4669ebadb02c7850ffa83 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39 +envlist = py310 requires = setuptools >= 40.0.0 [testenv] @@ -8,7 +8,7 @@ deps = commands = pytest --junitxml=report.xml [testenv:docs] -basepython = python3.9 +basepython = python3.10 deps = sphinx