commit:     0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 07:25:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 17:27:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4c2b2e

app-portage/gpyutils: Mark cpy3.10 "old", pypy3 "experimental"

Update the status for Python 3.10 to "old", as this is the version
we no longer expect people to test for.  While at it, update the status
for PyPy3 to "experimental" — it's not really production quality,
and it feels weird to keep it "supported" when the corresponding CPython
version is "old".

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gpyutils/files/implementations.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index b5877cbf0676..0cd760f8d966 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -19,7 +19,7 @@ python3_6             dead    3.6
 python3_7              dead    3.7
 python3_8              dead    3.8
 python3_9              dead    3.9
-python3_10             supported       3.10
+python3_10             old     3.10
 python3_11             current 3.11
 python3_12             supported       3.12
 python3_13             experimental    3.13
@@ -29,7 +29,7 @@ pypy1_9       2.7-pypy-1.9    dead    p1.9
 pypy2_0        2.7-pypy-2.0    dead    p2.0
 
 pypy           dead    pypy
-pypy3          supported       pypy3
+pypy3          experimental    pypy3
 
 jython2_5      2.5-jython      dead    j2.5
 jython2_7      2.7-jython      dead    j2.7

Reply via email to