summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-14 16:37:12 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-14 17:13:00 +0200
commitcdc39d4cfd8d1d1121118dfe73663726db6a5fc4 (patch)
tree0729a816406a31a16022359296d5d0659b07c75b /dev-python/xmlschema
parentdev-python/elementpath: Enable py3.13 (diff)
downloadgentoo-cdc39d4cfd8d1d1121118dfe73663726db6a5fc4.tar.gz
gentoo-cdc39d4cfd8d1d1121118dfe73663726db6a5fc4.tar.bz2
gentoo-cdc39d4cfd8d1d1121118dfe73663726db6a5fc4.zip
dev-python/xmlschema: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r--dev-python/xmlschema/xmlschema-3.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-3.3.1.ebuild b/dev-python/xmlschema/xmlschema-3.3.1.ebuild
index d38ccad42ce5..e23345c2c8bb 100644
--- a/dev-python/xmlschema/xmlschema-3.3.1.ebuild
+++ b/dev-python/xmlschema/xmlschema-3.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi