dev-python/multidict: enable python3_14t

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-12 08:16:52 +01:00
parent 5b5fb5e6e7
commit 6834c5b60f

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} python3_13t pypy3_11 )
PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1