summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:13:39 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:53 +0200
commit3cd10dd3f77570e5de3eccec071e498b6f5a1a2d (patch)
tree652652cba4f05b613834c28a6736288b8da42571 /dev-python/defusedxml/defusedxml-0.5.0.ebuild
parentdev-python/genty: Enable py3.7 (diff)
downloadgentoo-3cd10dd3f77570e5de3eccec071e498b6f5a1a2d.tar.gz
gentoo-3cd10dd3f77570e5de3eccec071e498b6f5a1a2d.tar.bz2
gentoo-3cd10dd3f77570e5de3eccec071e498b6f5a1a2d.zip
dev-python/defusedxml: Enable py3.7
Diffstat (limited to 'dev-python/defusedxml/defusedxml-0.5.0.ebuild')
-rw-r--r--dev-python/defusedxml/defusedxml-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 8fb69ae23f7f..c6d9f341f42e 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -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