summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index afbaf2b5..ed092001 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@
15# https://tox.readthedocs.io/ 15# https://tox.readthedocs.io/
16 16
17[tox] 17[tox]
18envlist = lint, py36, py37, py38, py39, py310, py311 18envlist = lint, py36, py37, py38, py39, py310, py311, py312
19requires = virtualenv<20.22.0 19requires = virtualenv<20.22.0
20 20
21[gh-actions] 21[gh-actions]
@@ -26,6 +26,7 @@ python =
26 3.9: py39 26 3.9: py39
27 3.10: py310 27 3.10: py310
28 3.11: py311 28 3.11: py311
29 3.12: py312
29 30
30[testenv] 31[testenv]
31deps = 32deps =