virtual/python-futures: Enable python3.6
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:28:03 +0000 (23:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:35:32 +0000 (23:35 +0100)
virtual/python-futures/python-futures-0.ebuild

index 128a2d74f27911477ab2260fc8f497a936bb20c7..bdbbfec3928ed05fedd8ec94fdb1486a4c3a6c1e 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit python-r1