dev-python/PyGithub: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 12:52:22 +0000 (14:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 12:54:35 +0000 (14:54 +0200)
dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild

index eadab26e792a5abf808c9857047e7f0eaf95e309..2d9c8b0680af8aa9b6b14fe2c3d4488cc03176a2 100644 (file)
@@ -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