mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Bump python-build-standalone
releases to include 3.14.0b3 (#14301)
See
20250626
This commit is contained in:
parent
880c5e4949
commit
74468dac15
2 changed files with 1161 additions and 361 deletions
File diff suppressed because it is too large
Load diff
|
@ -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 -----
|
||||
");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue