dev-python/django-crispy-forms: enable py3.14

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

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