dev-python/python-musicbrainz-ngs: enable Python 3.6 support
authorGerion Entrup <gerion.entrup@flump.de>
Thu, 19 Oct 2017 18:03:52 +0000 (20:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Oct 2017 18:39:14 +0000 (20:39 +0200)
Closes: https://bugs.gentoo.org/633614

dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild

index 56616c60b91f91f84e8d59090ca75627dac5c9dc..9f634440ae11bec81e5ec932a598b5da56ab63b3 100644 (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