aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-19 04:54:39 +0000
committerSam James <sam@gentoo.org>2024-01-19 04:54:39 +0000
commit13c09d81b4992169664dd77a2943b2962dc70863 (patch)
treeb457557c3586e1ef5d9178de5340c62e1b7dcbfb
parentci: add py3.13 (diff)
downloadgentoolkit-13c09d81b4992169664dd77a2943b2962dc70863.tar.gz
gentoolkit-13c09d81b4992169664dd77a2943b2962dc70863.tar.bz2
gentoolkit-13c09d81b4992169664dd77a2943b2962dc70863.zip
tox: update impls
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 56b255a..01d9c88 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py38,py39,py310,py311,pypy3,flake8
+envlist = py39,py310,py311,py312,pypy3,flake8
skip_missing_interpreters = True
[testenv]