Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 04 May 2021 13:59:04
Message-Id: 1620136732.12a4380694a69e6af3057d6b9b6ea1815c65305b.mgorny@gentoo
1 commit: 12a4380694a69e6af3057d6b9b6ea1815c65305b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 13:27:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 13:58:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a43806
7
8 python-utils-r1.eclass: Enable python3_10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-utils-r1.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
16 index 77fbab7431b..6632273a0f8 100644
17 --- a/eclass/python-utils-r1.eclass
18 +++ b/eclass/python-utils-r1.eclass
19 @@ -42,7 +42,7 @@ inherit toolchain-funcs
20 # All supported Python implementations, most preferred last.
21 _PYTHON_ALL_IMPLS=(
22 pypy3
23 - python3_7 python3_8 python3_9
24 + python3_{7..10}
25 )
26 readonly _PYTHON_ALL_IMPLS