summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 903f202..c072450 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py37,py38,py39,py310,pypy3,docs,readme,bandit,isort
+envlist = py36,py37,py38,py39,py310,py311,pypy3,docs,readme,bandit,isort
[testenv]
deps=
@@ -9,9 +9,9 @@ commands=
# tox -e docs to mimick readthedocs build.
-# as of today, RTD is using python3.6 and doesn't run "setup.py install"
+# as of today, RTD is using python3.7 and doesn't run "setup.py install"
[testenv:docs]
-basepython=python3.6
+basepython=python3.7
skipsdist=True
deps=
sphinx