summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 13:16:35 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 13:22:19 +0200
commitae1bca584b3be19d025de799c26853df3d39cc20 (patch)
treeb6d709d2b2b80325394514feae6e6a5cba2047be /dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
parentdev-python/defusedxml: Use PEP517 build (diff)
downloadgentoo-ae1bca584b3be19d025de799c26853df3d39cc20.tar.gz
gentoo-ae1bca584b3be19d025de799c26853df3d39cc20.tar.bz2
gentoo-ae1bca584b3be19d025de799c26853df3d39cc20.zip
dev-python/defusedxml: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild')
-rw-r--r--dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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