summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-01 09:25:33 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-01 19:27:32 +0200
commit0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a (patch)
tree15290a6f42feee97218b9b127df475fcee1c7ea4 /app-portage
parentprofiles/base: Switch the default to Python 3.12 (diff)
downloadgentoo-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.txt4
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