summaryrefslogtreecommitdiff
path: root/dev-python/immutables
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-07-12 18:46:19 +0200
committerMichał Górny <mgorny@gentoo.org>2026-07-12 18:50:14 +0200
commitaeb442a9cd877d0c8b7928f064d44115d52f3c2a (patch)
tree335c59603aa1a8bcb323023c294cc5b24ffda515 /dev-python/immutables
parentbe47e8abf7946e939cf54de8cf624e33983ea68a (diff)
dev-python/immutables: Enable freethreading
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/immutables')
-rw-r--r--dev-python/immutables/immutables-0.21.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/immutables/immutables-0.21.ebuild b/dev-python/immutables/immutables-0.21.ebuild
index 192819e87e10..5cbc4680934c 100644
--- a/dev-python/immutables/immutables-0.21.ebuild
+++ b/dev-python/immutables/immutables-0.21.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..15} )
+PYTHON_COMPAT=( python3_{12..15} python3_{14,15}t )
inherit distutils-r1