commit: add1cce90beab7c4c9b15de863c6914579f53ba5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 7 17:53:44 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 8 12:32:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add1cce9
profiles/desc: Add Python 3.14 targets Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/python_single_target.desc | 2 ++ profiles/desc/python_targets.desc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 8e38ae89b7aa..2b074a3ceaae 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -7,4 +7,6 @@ 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 +python3_14 - Build for Python 3.14 only +python3_14t - Build for Python 3.14 freethreading only pypy3_11 - Build for PyPy3.11 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 7b3fedd52456..ea191dccdacb 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -7,4 +7,6 @@ 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 +python3_14 - Build with Python 3.14 +python3_14t - Build with Python 3.14 freethreading pypy3_11 - Build with PyPy3.11
