summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-17 11:32:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-17 11:58:30 +0100
commite70fdbdf1d71f4a95e97e255faf4e9a0821c9973 (patch)
tree391f2349d8960fb69df6ed810ba0f017bc830011
parentdev-python/python-xmlsec: Deselect a failing test (diff)
downloadgentoo-e70fdbdf1d71f4a95e97e255faf4e9a0821c9973.tar.gz
gentoo-e70fdbdf1d71f4a95e97e255faf4e9a0821c9973.tar.bz2
gentoo-e70fdbdf1d71f4a95e97e255faf4e9a0821c9973.zip
dev-python/python-xmlsec: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-xmlsec/python-xmlsec-1.3.12-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.12-r1.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.12-r1.ebuild
index 439a5b0cea28..b23e0065415e 100644
--- a/dev-python/python-xmlsec/python-xmlsec-1.3.12-r1.ebuild
+++ b/dev-python/python-xmlsec/python-xmlsec-1.3.12-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1