diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:34:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:46:05 +0200 |
commit | 364daa66ffb1308393040ecd1f9a2dc500612193 (patch) | |
tree | 25d489b3cb279751f639c75501b220cfbe2ac46a /dev-python/xmlsec | |
parent | dev-python/zeroconf: Enable py3.13 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/xmlsec')
-rw-r--r-- | dev-python/xmlsec/xmlsec-1.3.14.ebuild | 2 |
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 |