From ba3251ee478de82cbc123bb1dadaabe0ab80b3a8 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 12 May 2026 14:21:20 +0200 Subject: [PATCH] dev-python/crispy-bootstrap4: enable py3.14 Closes: https://bugs.gentoo.org/973844 Signed-off-by: Alfredo Tupone --- dev-python/crispy-bootstrap4/crispy-bootstrap4-2026.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2026.2.ebuild b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2026.2.ebuild index 712793df32371..340fc72a85a0a 100644 --- a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2026.2.ebuild +++ b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2026.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1