dev-python/batinfo: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:25:44 +0000 (22:25 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:32:41 +0000 (22:32 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/batinfo/batinfo-0.3.ebuild

index 6e5aa6e8064549cbd9886e33d95d89b39c3e5b8f..d24a58577ab6ce79c823673d08603b7b419c3556 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 
 inherit distutils-r1