From 504b5764cd578dd3478e049d682f63ebb8085010 Mon Sep 17 00:00:00 2001 From: Michał Górny <mgorny@gentoo.org> Date: Tue, 8 Oct 2024 18:32:23 +0200 Subject: profiles: Add python3_13t (freethreading) target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny <mgorny@gentoo.org> --- profiles/desc/python_single_target.desc | 1 + profiles/desc/python_targets.desc | 1 + 2 files changed, 2 insertions(+) (limited to 'profiles/desc') diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 427e206dd196..d168b301a8d8 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -7,4 +7,5 @@ python3_10 - Build for Python 3.10 only python3_11 - Build for Python 3.11 only python3_12 - Build for Python 3.12 only python3_13 - Build for Python 3.13 only +python3_13t - Build for Python 3.13 freethreading only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index b48cc57e99fb..298b54067be7 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -7,4 +7,5 @@ python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 python3_12 - Build with Python 3.12 python3_13 - Build with Python 3.13 +python3_13t - Build with Python 3.13 freethreading pypy3 - Build with PyPy3 -- cgit v1.2.3-65-gdbad