diff --git a/tox.ini b/tox.ini index 086cc2e0..e47834cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = lint, - py{35,36,37,38}, + py{35,36,37,38,39}, docs [gh-actions] @@ -10,6 +10,7 @@ python = 3.6: py36, docs, lint 3.7: py37 3.8: py38 + 3.9: py39 [testenv] deps = -rtest-requirements.txt