dev-python/defusedxml: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:39 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:53 +0000 (21:56 +0200)
dev-python/defusedxml/defusedxml-0.5.0.ebuild

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