Sync latest Python releases (#14514)

Automated update for Python releases.

Co-authored-by: zanieb <2586601+zanieb@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-07-08 21:12:22 -05:00 committed by GitHub
parent 5e2dc5a9aa
commit afcbcc7498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1201 additions and 369 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1444,8 +1444,8 @@ fn python_install_314() {
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
Installed Python 3.14.0b3 in [TIME] Installed Python 3.14.0b4 in [TIME]
+ cpython-3.14.0b3-[PLATFORM] + cpython-3.14.0b4-[PLATFORM]
"); ");
// Install a specific pre-release // Install a specific pre-release
@ -1465,7 +1465,7 @@ fn python_install_314() {
success: true success: true
exit_code: 0 exit_code: 0
----- stdout ----- ----- stdout -----
[TEMP_DIR]/managed/cpython-3.14.0b3-[PLATFORM]/[INSTALL-BIN]/python [TEMP_DIR]/managed/cpython-3.14.0b4-[PLATFORM]/[INSTALL-BIN]/python
----- stderr ----- ----- stderr -----
"); ");
@ -1475,7 +1475,7 @@ fn python_install_314() {
success: true success: true
exit_code: 0 exit_code: 0
----- stdout ----- ----- stdout -----
[TEMP_DIR]/managed/cpython-3.14.0b3-[PLATFORM]/[INSTALL-BIN]/python [TEMP_DIR]/managed/cpython-3.14.0b4-[PLATFORM]/[INSTALL-BIN]/python
----- stderr ----- ----- stderr -----
"); ");
@ -1484,7 +1484,7 @@ fn python_install_314() {
success: true success: true
exit_code: 0 exit_code: 0
----- stdout ----- ----- stdout -----
[TEMP_DIR]/managed/cpython-3.14.0b3-[PLATFORM]/[INSTALL-BIN]/python [TEMP_DIR]/managed/cpython-3.14.0b4-[PLATFORM]/[INSTALL-BIN]/python
----- stderr ----- ----- stderr -----
"); ");