diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-01 09:25:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-01 19:27:32 +0200 |
commit | 0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a (patch) | |
tree | 15290a6f42feee97218b9b127df475fcee1c7ea4 /app-portage | |
parent | profiles/base: Switch the default to Python 3.12 (diff) | |
download | gentoo-0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a.tar.gz gentoo-0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a.tar.bz2 gentoo-0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/files/implementations.txt | 4 |
1 files 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 |