diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-04 15:27:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-04 15:58:52 +0200 |
commit | 12a4380694a69e6af3057d6b9b6ea1815c65305b (patch) | |
tree | fcb67f78536b3f557e210a9be37eaf2431ce530c /eclass | |
parent | profiles: Add python-3.10 flags (diff) | |
download | gentoo-12a4380694a69e6af3057d6b9b6ea1815c65305b.tar.gz gentoo-12a4380694a69e6af3057d6b9b6ea1815c65305b.tar.bz2 gentoo-12a4380694a69e6af3057d6b9b6ea1815c65305b.zip |
python-utils-r1.eclass: Enable python3_10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 77fbab7431b7..6632273a0f8b 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -42,7 +42,7 @@ inherit toolchain-funcs # All supported Python implementations, most preferred last. _PYTHON_ALL_IMPLS=( pypy3 - python3_7 python3_8 python3_9 + python3_{7..10} ) readonly _PYTHON_ALL_IMPLS |