summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-04 17:39:51 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-04 17:39:51 +0200
commit4ad70961aa2a2a62acbce47c99e7555aba7fea02 (patch)
treecba8598fa0d5315c98c672885d7743c9bbe754c5 /eclass
parentdev-python/certifi: Enable py3.10 (diff)
downloadgentoo-4ad70961aa2a2a62acbce47c99e7555aba7fea02.tar.gz
gentoo-4ad70961aa2a2a62acbce47c99e7555aba7fea02.tar.bz2
gentoo-4ad70961aa2a2a62acbce47c99e7555aba7fea02.zip
python-utils-r1.eclass: Add py3.10 to patterns
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 6632273a0f8b..60526b1f6b14 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -125,7 +125,7 @@ _python_set_impls() {
# please keep them in sync with _PYTHON_ALL_IMPLS
# and _PYTHON_HISTORICAL_IMPLS
case ${i} in
- jython2_7|pypy|pypy1_[89]|pypy2_0|pypy3|python2_[5-7]|python3_[1-9])
+ jython2_7|pypy|pypy1_[89]|pypy2_0|pypy3|python2_[5-7]|python3_[1-9]|python3_10)
;;
*)
if has "${i}" "${_PYTHON_ALL_IMPLS[@]}" \