dev-python/configobj: Enable python3.6

This commit is contained in:
Michał Górny
2017-03-08 18:55:47 +01:00
parent 51fc5f2653
commit f291208455

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1