diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.6.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.6.ebuild index d590ffe130406..20ad38b1bdceb 100644 --- a/dev-python/django-crispy-forms/django-crispy-forms-2.6.ebuild +++ b/dev-python/django-crispy-forms/django-crispy-forms-2.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1