Skip to content

Commit

Permalink
Bump python3 to 3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Akendo committed Oct 8, 2024
1 parent 7ce6a83 commit a86ae74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion prepare_source
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a86ae74

Please sign in to comment.