dev-python/tagpy: Enable python3.6

Closes: https://bugs.gentoo.org/635470
This commit is contained in:
Michał Górny
2018-04-22 19:51:06 +02:00
parent 645d0d078f
commit 080285d14e

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1