dev-python/defusedxml: Add python 3.6 support
authorAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 15:46:19 +0000 (16:46 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 17:09:23 +0000 (18:09 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/defusedxml/defusedxml-0.5.0.ebuild

index 243807fe915e67fa51240373e97a1424985ac3fd..cc340d92da77610ed72090d32d91539abd8a25a9 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1