From 4ad70961aa2a2a62acbce47c99e7555aba7fea02 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 4 May 2021 17:39:51 +0200 Subject: python-utils-r1.eclass: Add py3.10 to patterns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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[@]}" \ -- cgit v1.2.3-65-gdbad