summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-04 15:27:49 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-04 15:58:52 +0200
commit12a4380694a69e6af3057d6b9b6ea1815c65305b (patch)
treefcb67f78536b3f557e210a9be37eaf2431ce530c /eclass
parentprofiles: Add python-3.10 flags (diff)
downloadgentoo-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.eclass2
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