diff --git a/tox.ini b/tox.ini index b422f1fa..32c8b8eb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36 +envlist = py310 skipsdist = True [testenv] @@ -11,7 +11,7 @@ commands = [testenv:flake8] deps = flake8 -basepython = python3.6 +basepython = python3.10 commands = flake8 . [coverage:run]