Bump python-build-standalone releases to include 3.14.0b3 (#14301)

See
20250626
This commit is contained in:
Zanie Blue 2025-06-27 12:36:07 -05:00 committed by GitHub
parent 880c5e4949
commit 74468dac15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1161 additions and 361 deletions

File diff suppressed because it is too large Load diff

View file

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