Skip to content

Commit

Permalink
python-utils-r1.eclass: Disable python3_6
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 15, 2021
1 parent 10da6fd commit 3fd56c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eclass/python-utils-r1.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: python-utils-r1.eclass
Expand Down Expand Up @@ -41,7 +41,7 @@ inherit toolchain-funcs
_PYTHON_ALL_IMPLS=(
pypy3
python2_7
python3_6 python3_7 python3_8 python3_9
python3_7 python3_8 python3_9
)
readonly _PYTHON_ALL_IMPLS

Expand All @@ -53,7 +53,7 @@ _PYTHON_HISTORICAL_IMPLS=(
jython2_7
pypy pypy1_{8,9} pypy2_0
python2_{5,6}
python3_{1,2,3,4,5}
python3_{1..6}
)
readonly _PYTHON_HISTORICAL_IMPLS

Expand Down

0 comments on commit 3fd56c0

Please sign in to comment.