dev-python/toolz: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 14:12:33 +0000 (16:12 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 14:12:33 +0000 (16:12 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/toolz/toolz-0.8.0.ebuild

index 63c3ded202647ca978ee2face0487bd2ec30308f..6479082d57e16921410b90679faa0e6c939e4fbe 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1