commit: 2aa793a77774d9ad9cdf850ba8013cdf70a7b008 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Sep 20 22:56:36 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Sep 20 22:56:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=2aa793a7
tox: Update tested implementation list Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dcaedad..2a5f581 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,pypy3,flake8 +envlist = py37,py38,py39,pypy3,flake8 skip_missing_interpreters = True [testenv]
