mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35: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"
|
commit-message: "Sync latest Python releases"
|
||||||
add-paths: |
|
add-paths: |
|
||||||
crates/uv-python/download-metadata.json
|
crates/uv-python/download-metadata.json
|
||||||
crates/uv-python/src/download-metadata-minified.json
|
|
||||||
branch: "sync-python-releases"
|
branch: "sync-python-releases"
|
||||||
title: "Sync latest Python releases"
|
title: "Sync latest Python releases"
|
||||||
body: "Automated update for 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 -----
|
----- stdout -----
|
||||||
|
|
||||||
----- stderr -----
|
----- stderr -----
|
||||||
Installed Python 3.14.0a6 in [TIME]
|
Installed Python 3.14.0a7 in [TIME]
|
||||||
+ cpython-3.14.0a6-[PLATFORM]
|
+ cpython-3.14.0a7-[PLATFORM]
|
||||||
");
|
");
|
||||||
|
|
||||||
// Install a specific pre-release
|
// Install a specific pre-release
|
||||||
|
@ -1241,7 +1241,7 @@ fn python_install_314() {
|
||||||
success: true
|
success: true
|
||||||
exit_code: 0
|
exit_code: 0
|
||||||
----- stdout -----
|
----- stdout -----
|
||||||
[TEMP_DIR]/managed/cpython-3.14.0a6-[PLATFORM]/[INSTALL-BIN]/python
|
[TEMP_DIR]/managed/cpython-3.14.0a7-[PLATFORM]/[INSTALL-BIN]/python
|
||||||
|
|
||||||
----- stderr -----
|
----- stderr -----
|
||||||
");
|
");
|
||||||
|
@ -1251,7 +1251,7 @@ fn python_install_314() {
|
||||||
success: true
|
success: true
|
||||||
exit_code: 0
|
exit_code: 0
|
||||||
----- stdout -----
|
----- stdout -----
|
||||||
[TEMP_DIR]/managed/cpython-3.14.0a6-[PLATFORM]/[INSTALL-BIN]/python
|
[TEMP_DIR]/managed/cpython-3.14.0a7-[PLATFORM]/[INSTALL-BIN]/python
|
||||||
|
|
||||||
----- stderr -----
|
----- stderr -----
|
||||||
");
|
");
|
||||||
|
@ -1260,7 +1260,7 @@ fn python_install_314() {
|
||||||
success: true
|
success: true
|
||||||
exit_code: 0
|
exit_code: 0
|
||||||
----- stdout -----
|
----- stdout -----
|
||||||
[TEMP_DIR]/managed/cpython-3.14.0a6-[PLATFORM]/[INSTALL-BIN]/python
|
[TEMP_DIR]/managed/cpython-3.14.0a7-[PLATFORM]/[INSTALL-BIN]/python
|
||||||
|
|
||||||
----- stderr -----
|
----- stderr -----
|
||||||
");
|
");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue