commit: c1763a6cba2f3df3d6fbfec23f9c934036b2227a Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Nov 23 20:52:29 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Nov 23 20:54:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c1763a6c
scripts/bootstrap-prefix: bump snapshot and bootstrap Python Bump snapshot and bootstrap Python so they match (version 3.13) Closes: https://bugs.gentoo.org/960197 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index f52f56da3a..852f4a402e 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -547,7 +547,7 @@ bootstrap_tree() { # retain this comment and the line below to # keep this snapshot around in the snapshots # MKSNAPSHOT-ANCHOR -- directory of rsync slaves - local PV="20250525" + local PV="20251122" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 @@ -1007,8 +1007,8 @@ python_ver() { # snapshot for stage3, else packages will break with some python # mismatch error due to Portage using a different version after it # upgraded itself with a newer Python - echo 3.11 - export PYTHON_FULL_VERSION="3.11.7-gentoo-prefix-patched" + echo 3.13 + export PYTHON_FULL_VERSION="3.13.3-gentoo-prefix-patched" # keep this number in line with PV below for stage1,2 }
