summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-01 08:44:48 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-01 19:27:31 +0200
commitc95570e48324cd42462759b184dab73fbf15b11c (patch)
treeeb1b54f61b6928e1837930120dcfa4ed0822de3a /profiles
parentprofiles/features/llvm: Remove redundant PST from BOOTSTRAP_USE (diff)
downloadgentoo-c95570e48324cd42462759b184dab73fbf15b11c.tar.gz
gentoo-c95570e48324cd42462759b184dab73fbf15b11c.tar.bz2
gentoo-c95570e48324cd42462759b184dab73fbf15b11c.zip
profiles/base: Switch the default to Python 3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 9e2150f9a539..9ba2acfb4042 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -123,12 +123,12 @@ PYTHONDONTWRITEBYTECODE="1"
# This MUST be kept in sync with the PYTHON_TARGETS below
# Mike Gilbert <floppym@gentoo.org> (2018-05-23)
# sys-apps/baselayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_11 python_single_target_python3_11"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12"
# Mike Gilbert <floppym@gentoo.org> (2012-05-15)
# Default target(s) for python-r1.eclass
-PYTHON_TARGETS="python3_11"
-PYTHON_SINGLE_TARGET="python3_11"
+PYTHON_TARGETS="python3_12"
+PYTHON_SINGLE_TARGET="python3_12"
# Michał Górny <mgorny@gentoo.org> (2013-08-10)
# Moved from portage's make.globals.