Groups | Search | Server Info | Login | Register


Groups > linux.gentoo.dev > #70515

[gentoo-dev] [PATCH 1/8] profiles/desc: Add Python 3.15 targets

From Michał Górny <mgorny@gentoo.org>
Newsgroups linux.gentoo.dev
Subject [gentoo-dev] [PATCH 1/8] profiles/desc: Add Python 3.15 targets
Date 2026-05-07 20:10 +0200
Message-ID <MSbkB-3l60-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 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

Back to linux.gentoo.dev | Previous | NextNext in thread | Find similar


Thread

[gentoo-dev] [PATCH 1/8] profiles/desc: Add Python 3.15 targets Michał Górny <mgorny@gentoo.org> - 2026-05-07 20:10 +0200
  [gentoo-dev] [PATCH 8/8] python-utils-r1.eclass: workaround bad interaction with pytest-{timeout,rerunfailures} Michał Górny <mgorny@gentoo.org> - 2026-05-07 20:20 +0200

csiph-web