commit: ae1bca584b3be19d025de799c26853df3d39cc20
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 11:16:35 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 11:22:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1bca58
dev-python/defusedxml: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
index e42a42d37c43..b48784799f81 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1