commit: 13c09d81b4992169664dd77a2943b2962dc70863 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 19 04:54:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 04:54:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=13c09d81
tox: update impls Signed-off-by: Sam James <sam <AT> gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]
