Groups | Search | Server Info | Login | Register


Groups > linux.gentoo.dev > #70515

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

Path csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod
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 Thu, 07 May 2026 20:10:02 +0200
Message-ID <MSbkB-3l60-3@gated-at.bofh.it> (permalink)
X-Mailer git-send-email 2.54.0
List-ID Gentoo Linux mail <gentoo-dev.gentoo.org>
Reply-To gentoo-dev@lists.gentoo.org
X-Auto-Response-Suppress DR, RN, NRN, OOF, AutoReply
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
Approved robomod@news.nic.it
Lines 40
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc Michał Górny <mgorny@gentoo.org>
X-Original-Date Thu, 7 May 2026 20:02:52 +0200
X-Original-Message-ID <20260507180315.553898-1-mgorny@gentoo.org>
Xref csiph.com linux.gentoo.dev:70515

Show key headers only | 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