diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 05:58:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 06:36:31 +0200 |
commit | fd3d4bd32c066749532bb565b3b9d2ce35052e8d (patch) | |
tree | 997965d0a6618f56339e15a8a04dce80620e3e5b /profiles/desc | |
parent | app-admin/awscli: Bump to 1.27.138 (diff) | |
download | gentoo-fd3d4bd32c066749532bb565b3b9d2ce35052e8d.tar.gz gentoo-fd3d4bd32c066749532bb565b3b9d2ce35052e8d.tar.bz2 gentoo-fd3d4bd32c066749532bb565b3b9d2ce35052e8d.zip |
profiles: Add python3_12 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 d931638828a9..8a9f6479f1b9 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -5,4 +5,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 pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index bb38d02367e9..7bde52333b5d 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -5,4 +5,5 @@ python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 +python3_12 - Build with Python 3.12 pypy3 - Build with PyPy3 |