2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

dev-python/markupsafe: enable python3_14t

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-12 08:22:20 +01:00
parent 0912e13c6d
commit f20f32c32f

View File

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