mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update Python releases
This commit is contained in:
parent
9d1a14e1f9
commit
14189b3c42
3 changed files with 1217 additions and 354 deletions
1
.github/workflows/sync-python-releases.yml
vendored
1
.github/workflows/sync-python-releases.yml
vendored
|
@ -34,7 +34,6 @@ jobs:
|
|||
commit-message: "Sync latest Python releases"
|
||||
add-paths: |
|
||||
crates/uv-python/download-metadata.json
|
||||
crates/uv-python/src/download-metadata-minified.json
|
||||
branch: "sync-python-releases"
|
||||
title: "Sync latest Python releases"
|
||||
body: "Automated update for Python releases."
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1220,8 +1220,8 @@ fn python_install_314() {
|
|||
----- stdout -----
|
||||
|
||||
----- stderr -----
|
||||
Installed Python 3.14.0a6 in [TIME]
|
||||
+ cpython-3.14.0a6-[PLATFORM]
|
||||
Installed Python 3.14.0a7 in [TIME]
|
||||
+ cpython-3.14.0a7-[PLATFORM]
|
||||
");
|
||||
|
||||
// Install a specific pre-release
|
||||
|
@ -1241,7 +1241,7 @@ fn python_install_314() {
|
|||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
[TEMP_DIR]/managed/cpython-3.14.0a6-[PLATFORM]/[INSTALL-BIN]/python
|
||||
[TEMP_DIR]/managed/cpython-3.14.0a7-[PLATFORM]/[INSTALL-BIN]/python
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
@ -1251,7 +1251,7 @@ fn python_install_314() {
|
|||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
[TEMP_DIR]/managed/cpython-3.14.0a6-[PLATFORM]/[INSTALL-BIN]/python
|
||||
[TEMP_DIR]/managed/cpython-3.14.0a7-[PLATFORM]/[INSTALL-BIN]/python
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
@ -1260,7 +1260,7 @@ fn python_install_314() {
|
|||
success: true
|
||||
exit_code: 0
|
||||
----- stdout -----
|
||||
[TEMP_DIR]/managed/cpython-3.14.0a6-[PLATFORM]/[INSTALL-BIN]/python
|
||||
[TEMP_DIR]/managed/cpython-3.14.0a7-[PLATFORM]/[INSTALL-BIN]/python
|
||||
|
||||
----- stderr -----
|
||||
");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue