diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-04 15:23:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-04 15:58:51 +0200 |
commit | 4ebe532b50baba0e5b15cadef8e762611d65df5a (patch) | |
tree | c5819d84e5d0968a921d6caa6d9375edaa034f52 /profiles/desc | |
parent | distutils-r1.eclass: Forbid .hypothesis in site-packages too (diff) | |
download | gentoo-4ebe532b50baba0e5b15cadef8e762611d65df5a.tar.gz gentoo-4ebe532b50baba0e5b15cadef8e762611d65df5a.tar.bz2 gentoo-4ebe532b50baba0e5b15cadef8e762611d65df5a.zip |
profiles: Add python-3.10 flags
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 1be4dd4001a6..4e52300f9d83 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -6,4 +6,5 @@ python3_7 - Build for Python 3.7 only python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only +python3_10 - Build for Python 3.10 only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 66d152ff98c0..6fd532d95a53 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -6,4 +6,5 @@ python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 +python3_10 - Build with Python 3.9 pypy3 - Build with PyPy3 |