diff options
author | Sam James <sam@gentoo.org> | 2024-01-19 04:54:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 04:54:39 +0000 |
commit | 13c09d81b4992169664dd77a2943b2962dc70863 (patch) | |
tree | b457557c3586e1ef5d9178de5340c62e1b7dcbfb | |
parent | ci: add py3.13 (diff) | |
download | gentoolkit-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |