From b01b3a06cfebef6fd1ea4d34b885d1e583f74240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 13 Jun 2026 19:14:44 +0200 Subject: [PATCH] kernel-build.eclass: Remove python3_11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/kernel-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 740ef06812610..a66481aeeb5cc 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -36,7 +36,7 @@ esac if [[ -z ${_KERNEL_BUILD_ECLASS} ]]; then _KERNEL_BUILD_ECLASS=1 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit branding multiprocessing python-any-r1 savedconfig secureboot inherit toolchain-funcs kernel-install