projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165f74d
)
dev-python/PyGithub: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Wed, 18 Jul 2018 12:52:22 +0000
(14:52 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 18 Jul 2018 12:54:35 +0000
(14:54 +0200)
dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index eadab26e792a5abf808c9857047e7f0eaf95e309..2d9c8b0680af8aa9b6b14fe2c3d4488cc03176a2 100644
(file)
--- a/
dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ b/
dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6
,3_7
} )
inherit distutils-r1