From 8493ffd7d519e6bfaea018823d4cd7d1ea1207e9 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 8 May 2021 14:07:13 +0100 Subject: [PATCH] dev-python/defusedxml: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/defusedxml/defusedxml-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defusedxml/defusedxml-0.7.1.ebuild b/dev-python/defusedxml/defusedxml-0.7.1.ebuild index a882da0fde8af..2af3f49073c14 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