From 8ee12e50bd9110d950f62f4e46f9c8fd30671f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:19:09 +0100 Subject: [PATCH] dev-python/crispy-bootstrap5: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/crispy-bootstrap5/crispy-bootstrap5-2025.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/crispy-bootstrap5/crispy-bootstrap5-2025.6.ebuild b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2025.6.ebuild index cf3689b02cb45..40c2f46cf6375 100644 --- a/dev-python/crispy-bootstrap5/crispy-bootstrap5-2025.6.ebuild +++ b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2025.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1