dev-python/crispy-bootstrap4: enable py3.14

Closes: https://bugs.gentoo.org/973844
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-05-12 14:21:20 +02:00
parent ef53939860
commit ba3251ee47

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1