commit: 12a4380694a69e6af3057d6b9b6ea1815c65305b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 13:27:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 4 13:58:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a43806
python-utils-r1.eclass: Enable python3_10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/python-utils-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 77fbab7431b..6632273a0f8 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