From 6070baa766db45385a30f275cf557bc0b9877b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 15 May 2025 15:19:28 +0200 Subject: [PATCH] profiles, m68k: explicitly disable python target 3.13, part deux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/arch/m68k/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults index 7c377063d5d19..181dc27b9294a 100644 --- a/profiles/arch/m68k/make.defaults +++ b/profiles/arch/m68k/make.defaults @@ -22,5 +22,5 @@ CHOST_m68k="${CHOST}" # Andreas K. Hüttel (2025-05-13) # Since Python 3.13 is still masked, we need to re-enable Python 3.12 # and explicitly disable 3.13 -PYTHON_SINGLE_TARGET="python3_12" +PYTHON_SINGLE_TARGET="python3_12 -python3_13" PYTHON_TARGETS="python3_12 -python3_13"