summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 13:34:56 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:46:05 +0200
commit364daa66ffb1308393040ecd1f9a2dc500612193 (patch)
tree25d489b3cb279751f639c75501b220cfbe2ac46a
parentdev-python/zeroconf: Enable py3.13 (diff)
downloadgentoo-364daa66ffb1308393040ecd1f9a2dc500612193.tar.gz
gentoo-364daa66ffb1308393040ecd1f9a2dc500612193.tar.bz2
gentoo-364daa66ffb1308393040ecd1f9a2dc500612193.zip
dev-python/xmlsec: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xmlsec/xmlsec-1.3.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlsec/xmlsec-1.3.14.ebuild b/dev-python/xmlsec/xmlsec-1.3.14.ebuild
index 002033bd5ead..c478fef45bc2 100644
--- a/dev-python/xmlsec/xmlsec-1.3.14.ebuild
+++ b/dev-python/xmlsec/xmlsec-1.3.14.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1