diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-31 21:33:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-01 09:48:04 +0200 |
commit | c014e66fdda780be4057f3a180917941b758f205 (patch) | |
tree | d5675c1671afd799f1e97f37fa82181f4ce45a08 /eclass | |
parent | mail-mta/postfix: bump to 3.7_pre20210529 (diff) | |
download | gentoo-c014e66fdda780be4057f3a180917941b758f205.tar.gz gentoo-c014e66fdda780be4057f3a180917941b758f205.tar.bz2 gentoo-c014e66fdda780be4057f3a180917941b758f205.zip |
python-utils-r1.eclass: Disable python3_7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 0082a231f0a0..3dbf221eac5d 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..10} + python3_{8..10} ) readonly _PYTHON_ALL_IMPLS @@ -54,7 +54,7 @@ _PYTHON_HISTORICAL_IMPLS=( jython2_7 pypy pypy1_{8,9} pypy2_0 python2_{5..7} - python3_{1..6} + python3_{1..7} ) readonly _PYTHON_HISTORICAL_IMPLS |