diff --git a/tox.ini b/tox.ini index b382ba2c8d41a50f0a3f49464a70de239072e9d4..2e271d0dd15bb3a152e932240f2d7f024b0688c5 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ # [tox] -envlist = {py38,py39},lint,doc +envlist = {py38,py39,py310},lint,doc [testenv] allowlist_externals = @@ -29,6 +29,7 @@ basepython = lint: python3 py38: python3.8 py39: python3.9 + py310: python3.10 deps = .[test]