Sync latest Python releases (#15171)

Automated update for Python releases.

This picks up dynamically-linked tkinter/libtcl/libtk, which fixes #6893
and a host of similar issues.

Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
This commit is contained in:
github-actions[bot] 2025-08-08 19:03:25 +00:00 committed by GitHub
parent bdb4b061db
commit d1beb7f640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 470 additions and 470 deletions

File diff suppressed because it is too large Load diff

View file

@ -2350,8 +2350,8 @@ fn python_install_no_cache() {
----- stderr -----
error: Failed to install cpython-3.12.11-[PLATFORM]
Caused by: Failed to download https://github.com/astral-sh/python-build-standalone/releases/download/20250807/cpython-3.12.[PATCH]-[DATE]-[PLATFORM].tar.gz
Caused by: Network connectivity is disabled, but the requested data wasn't found in the cache for: `https://github.com/astral-sh/python-build-standalone/releases/download/20250807/cpython-3.12.[PATCH]-[DATE]-[PLATFORM].tar.gz`
Caused by: Failed to download https://github.com/astral-sh/python-build-standalone/releases/download/20250808/cpython-3.12.[PATCH]-[DATE]-[PLATFORM].tar.gz
Caused by: Network connectivity is disabled, but the requested data wasn't found in the cache for: `https://github.com/astral-sh/python-build-standalone/releases/download/20250808/cpython-3.12.[PATCH]-[DATE]-[PLATFORM].tar.gz`
");
}