commit: 8e6aac417588b11a03abbfdf8b0e6c5f72a191ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 03:56:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 04:09:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8e6aac41
runtests: update supported impls list (move py3.10, add py3.11 to testing)
Signed-off-by: Sam James <sam <AT> gentoo.org>
runtests | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/runtests b/runtests
index 2a653e3d4..732e083a0 100755
--- a/runtests
+++ b/runtests
@@ -20,9 +20,9 @@ import tempfile
# These are the versions we fully support and require to pass tests.
-PYTHON_SUPPORTED_VERSIONS = ["3.6", "3.7", "3.8", "3.9"]
+PYTHON_SUPPORTED_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]
# The rest are just "nice to have".
-PYTHON_NICE_VERSIONS = ["pypy3", "3.10"]
+PYTHON_NICE_VERSIONS = ["pypy3", "3.11"]
EPREFIX = os.environ.get("PORTAGE_OVERRIDE_EPREFIX", "/")