mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
python-utils-r1.eclass: Add py3.10 to patterns
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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[@]}" \
|
||||
|
||||
Reference in New Issue
Block a user