dev-python/python-twitter: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 08:26:36 +0000 (10:26 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:40:49 +0000 (16:40 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/python-twitter/python-twitter-3.3.ebuild

index e1dac0e5f3d9c4b0edd3e120a2bb4f957442f3cb..4e2bcb224be5e719bca38356612030fd8eb0802d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1