dev-python/PyGithub: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:25:17 +0000 (11:25 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:31:19 +0000 (11:31 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/PyGithub/PyGithub-1.28.ebuild

index 87b6dc5f882c55b40764bb7d83a460b03c61ad95..bd692f441262420a600085e15cb41126c847f899 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1