dev-python/python-musicbrainz-ngs: enable Python 3.6 support

Closes: https://bugs.gentoo.org/633614
This commit is contained in:
Gerion Entrup
2017-10-19 20:03:52 +02:00
committed by Michał Górny
parent 105b2982c1
commit f28f2b6288

View File

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