commit: c95570e48324cd42462759b184dab73fbf15b11c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 1 06:44:48 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 17:27:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95570e4
profiles/base: Switch the default to Python 3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/make.defaults | 6 +++--- 1 file 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (2013-08-10) # Moved from portage's make.globals.
