summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8528187..1f15d47 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,14 @@
[tox]
-envlist = py{3.6,3.7,3.8,3.9}
+envlist = py{3.7,3.8,3.9,3.10,3.11,3.12}
[testenv]
basepython =
- py3.6: python3.6
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
+ py3.10: python3.10
+ py3.11: python3.11
+ py3.12: python3.12
commands =
{envpython} --version
pytest