From a86ae74b645863fdbf89f91fc277c335671d02b0 Mon Sep 17 00:00:00 2001 From: akendo Date: Tue, 8 Oct 2024 12:15:18 +0200 Subject: [PATCH] Bump python3 to 3.12.7 --- prepare_source | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/prepare_source b/prepare_source index 576bd0e..975417b 100644 --- a/prepare_source +++ b/prepare_source @@ -1,2 +1,6 @@ -apt_src python3.12 +# 3.12.7 isn't in testing yet. +git_src --branch 3.12.7-1 https://salsa.debian.org/cpython-team/python3.git +# Debian does not keep track of the source-code within salsa. Hence, we need +# to download the code ourself. +git_src --branch v3.12.7 https://github.com/python/cpython.git apply_patches