Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 19 May 2022 04:09:13
Message-Id: 1652933342.8e6aac417588b11a03abbfdf8b0e6c5f72a191ed.sam@gentoo
1 commit: 8e6aac417588b11a03abbfdf8b0e6c5f72a191ed
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 03:56:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 04:09:02 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8e6aac41
7
8 runtests: update supported impls list (move py3.10, add py3.11 to testing)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 runtests | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/runtests b/runtests
16 index 2a653e3d4..732e083a0 100755
17 --- a/runtests
18 +++ b/runtests
19 @@ -20,9 +20,9 @@ import tempfile
20
21
22 # These are the versions we fully support and require to pass tests.
23 -PYTHON_SUPPORTED_VERSIONS = ["3.6", "3.7", "3.8", "3.9"]
24 +PYTHON_SUPPORTED_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]
25 # The rest are just "nice to have".
26 -PYTHON_NICE_VERSIONS = ["pypy3", "3.10"]
27 +PYTHON_NICE_VERSIONS = ["pypy3", "3.11"]
28
29 EPREFIX = os.environ.get("PORTAGE_OVERRIDE_EPREFIX", "/")