commit: 5228ac9c7306784766466e5866e8e3426233db42
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 12:52:22 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 12:54:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5228ac9c
dev-python/PyGithub: Enable py3.7
dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index eadab26e792..2d9c8b0680a 100644
--- 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