Skip to content

Commit

Permalink
python-utils-r1.eclass: Enable python3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 11, 2019
1 parent 390bc22 commit 9b887e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/python-utils-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _PYTHON_ALL_IMPLS=(
jython2_7
pypy pypy3
python2_7
python3_5 python3_6 python3_7
python3_5 python3_6 python3_7 python3_8
)
readonly _PYTHON_ALL_IMPLS

Expand Down Expand Up @@ -80,7 +80,7 @@ _python_impl_supported() {
# keep in sync with _PYTHON_ALL_IMPLS!
# (not using that list because inline patterns shall be faster)
case "${impl}" in
python2_7|python3_[567]|jython2_7)
python2_7|python3_[5678]|jython2_7)
return 0
;;
pypy1_[89]|pypy2_0|python2_[56]|python3_[1234])
Expand Down

0 comments on commit 9b887e3

Please sign in to comment.