From c0cfc34d1631d9d112fae5bd590e014dc3357c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 1 Jun 2024 09:26:06 +0200 Subject: [PATCH] app-portage/gpyutils: Swap "current" to Python 3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark Python 3.12 as the "current" implementation, and appropriately Python 3.11 as "old". Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/36939 Signed-off-by: Michał Górny --- 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 0cd760f8d966c..45705e04e3e11 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