dev-python/PyGithub: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Pacho Ramos
2017-04-24 11:25:17 +02:00
parent 57f73d7cb5
commit 94186bb4c4

View 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