dev-python/tox: add py36 compat
authorTim Harder <radhermit@gentoo.org>
Thu, 23 Feb 2017 05:49:14 +0000 (00:49 -0500)
committerTim Harder <radhermit@gentoo.org>
Thu, 23 Feb 2017 05:50:30 +0000 (00:50 -0500)
dev-python/tox/tox-2.4.1.ebuild

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