diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-01 09:26:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-01 19:27:32 +0200 |
commit | c0cfc34d1631d9d112fae5bd590e014dc3357c14 (patch) | |
tree | 48974ac54ca3f8e3f01b8e6a624e9b2a5a3ee474 /app-portage | |
parent | app-portage/gpyutils: Mark cpy3.10 "old", pypy3 "experimental" (diff) | |
download | gentoo-c0cfc34d1631d9d112fae5bd590e014dc3357c14.tar.gz gentoo-c0cfc34d1631d9d112fae5bd590e014dc3357c14.tar.bz2 gentoo-c0cfc34d1631d9d112fae5bd590e014dc3357c14.zip |
app-portage/gpyutils: Swap "current" to Python 3.12
Mark Python 3.12 as the "current" implementation, and appropriately
Python 3.11 as "old".
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/36939
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 0cd760f8d966..45705e04e3e1 100644 --- a/app-portage/gpyutils/files/implementations.txt +++ b/app-portage/gpyutils/files/implementations.txt @@ -20,8 +20,8 @@ python3_7 dead 3.7 python3_8 dead 3.8 python3_9 dead 3.9 python3_10 old 3.10 -python3_11 current 3.11 -python3_12 supported 3.12 +python3_11 old 3.11 +python3_12 current 3.12 python3_13 experimental 3.13 pypy1_8 2.7-pypy-1.8 dead p1.8 |