diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-08 18:32:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:35:38 +0200 |
commit | 504b5764cd578dd3478e049d682f63ebb8085010 (patch) | |
tree | e455b98079b9f7dbf8fa2536d477b46d4fbd432e /profiles/desc | |
parent | python-r1.eclass: get rid of python.eclass mention (diff) | |
download | gentoo-504b5764cd578dd3478e049d682f63ebb8085010.tar.gz gentoo-504b5764cd578dd3478e049d682f63ebb8085010.tar.bz2 gentoo-504b5764cd578dd3478e049d682f63ebb8085010.zip |
profiles: Add python3_13t (freethreading) target
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 1 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 1 |
2 files changed, 2 insertions, 0 deletions
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 |