summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-08 14:07:13 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-09 13:35:19 +0200
commit8493ffd7d519e6bfaea018823d4cd7d1ea1207e9 (patch)
tree80fa8ecb85c07e50eacd34eb118cabddf03d1df0
parentdev-python/dominate: Port to python3.10 (diff)
downloadgentoo-8493ffd7d519e6bfaea018823d4cd7d1ea1207e9.tar.gz
gentoo-8493ffd7d519e6bfaea018823d4cd7d1ea1207e9.tar.bz2
gentoo-8493ffd7d519e6bfaea018823d4cd7d1ea1207e9.zip
dev-python/defusedxml: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/defusedxml/defusedxml-0.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.7.1.ebuild b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
index a882da0fde8a..2af3f49073c1 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1