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

index 3ad1e9933f3144ce805ffa153fa8566c16f66198..edfaf500f311b738e0cd6a88a515c4ef20f53409 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