mirror of https://github.com/astral-sh/uv
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:
parent
5e2dc5a9aa
commit
afcbcc7498
File diff suppressed because it is too large
Load Diff
|
|
@ -1444,8 +1444,8 @@ fn python_install_314() {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Installed Python 3.14.0b3 in [TIME]
|
||||
+ cpython-3.14.0b3-[PLATFORM]
|
||||
Installed Python 3.14.0b4 in [TIME]
|
||||
+ cpython-3.14.0b4-[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.0b3-[PLATFORM]/[INSTALL-BIN]/python
|
||||
[TEMP_DIR]/managed/cpython-3.14.0b4-[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.0b3-[PLATFORM]/[INSTALL-BIN]/python
|
||||
[TEMP_DIR]/managed/cpython-3.14.0b4-[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.0b3-[PLATFORM]/[INSTALL-BIN]/python
|
||||
[TEMP_DIR]/managed/cpython-3.14.0b4-[PLATFORM]/[INSTALL-BIN]/python
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
|
|
|||
Loading…
Reference in New Issue