diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ | |||
15 | # https://tox.readthedocs.io/ | 15 | # https://tox.readthedocs.io/ |
16 | 16 | ||
17 | [tox] | 17 | [tox] |
18 | envlist = lint, py36, py37, py38, py39, py310, py311 | 18 | envlist = lint, py36, py37, py38, py39, py310, py311, py312 |
19 | requires = virtualenv<20.22.0 | 19 | requires = 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] |
31 | deps = | 32 | deps = |