dev-python/wtf-peewee: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:18:01 +0000 (13:18 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:44 +0000 (13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild

index 82141bdfac31973876ddf6f578a05cb901511508..0fa9610b46bcdf96d22d10b5de42864b7093eabc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1