virtual/python-backports_abc: Enable python3.6

This commit is contained in:
Michał Górny
2017-01-26 23:26:12 +01:00
parent 8e07d092e1
commit 91bdfd785a

View 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