[PATCH 1/8] profiles/desc: Add Python 3.15 targets
Michał Górny <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Michał Górny <[email protected]> --- profiles/desc/python_single_target.desc | 4 +++- profiles/desc/python_targets.desc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 546ba8b132727..128ac346e7628 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -9,4 +9,6 @@ python3_13 - Build for Python 3.13 only python3_13t - Build for Python 3.13 freethreading only python3_14 - Build for Python 3.14 only python3_14t - Build for Python 3.14 freethreading only +python3_15 - Build for Python 3.15 only +python3_15t - Build for Python 3.15 freethreading only pypy3_11 - Build for PyPy3.11 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 8b417657bcb46..f3a008e170331 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -9,4 +9,6 @@ python3_13 - Build with Python 3.13 python3_13t - Build with Python 3.13 freethreading python3_14 - Build with Python 3.14 python3_14t - Build with Python 3.14 freethreading +python3_15 - Build with Python 3.15 +python3_15t - Build with Python 3.15 freethreading pypy3_11 - Build with PyPy3.11