diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-08 12:51:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:31:48 +0200 |
commit | db196d1378d75cd067406ff82a623424fde4b7d5 (patch) | |
tree | 8c40d1f666551546f0617109f47390c86f1e7cd3 /profiles/desc | |
parent | eclass/tests/python-utils-r1.eclass: Add tests for adding new impls (diff) | |
download | gentoo-db196d1378d75cd067406ff82a623424fde4b7d5.tar.gz gentoo-db196d1378d75cd067406ff82a623424fde4b7d5.tar.bz2 gentoo-db196d1378d75cd067406ff82a623424fde4b7d5.zip |
profiles: Add flags for python3.11
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 d670f950de72..6c978694943c 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -6,4 +6,5 @@ python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only python3_10 - Build for Python 3.10 only +python3_11 - Build for Python 3.11 only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index ba8b8ea5eff8..ad77fbf5b60f 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -6,4 +6,5 @@ python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 python3_10 - Build with Python 3.10 +python3_11 - Build with Python 3.11 pypy3 - Build with PyPy3 |