summaryrefslogtreecommitdiff
path: root/dev-python/xmlschema
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-07-12 18:25:12 +0200
committerMichał Górny <mgorny@gentoo.org>2026-07-12 18:26:32 +0200
commit9ffd1ffb75512c75cab9c314933ccbb32fe4cccf (patch)
tree4fd918e98139873c741014332124157be21268a6 /dev-python/xmlschema
parent0f67920b659a03afb1135e87a919b59f4aef8e76 (diff)
dev-python/xmlschema: Enable freethreading
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r--dev-python/xmlschema/xmlschema-4.3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-4.3.2.ebuild b/dev-python/xmlschema/xmlschema-4.3.2.ebuild
index a3be35d151f8..82c91370a0ae 100644
--- a/dev-python/xmlschema/xmlschema-4.3.2.ebuild
+++ b/dev-python/xmlschema/xmlschema-4.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..15} )
+PYTHON_COMPAT=( python3_{12..15} python3_{14,15}t )
inherit distutils-r1 pypi