projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2488ed
)
virtual/python-futures: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Fri, 15 Nov 2019 07:29:36 +0000
(08:29 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 15 Nov 2019 07:33:03 +0000
(08:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
virtual/python-futures/python-futures-1.ebuild
patch
|
blob
|
history
diff --git
a/virtual/python-futures/python-futures-1.ebuild
b/virtual/python-futures/python-futures-1.ebuild
index b18c6d8106c2c86e51622b806f3fc63a132d17ff..f58e405f5bf98511c7ab6c50b8b0d9bd89b40600 100644
(file)
--- a/
virtual/python-futures/python-futures-1.ebuild
+++ b/
virtual/python-futures/python-futures-1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7
,8
} pypy{,3} )
inherit python-r1