Update Python releases

This commit is contained in:
Zanie Blue 2025-05-17 13:56:48 -04:00
parent 9d1a14e1f9
commit 14189b3c42
3 changed files with 1217 additions and 354 deletions

View file

@ -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

View file

@ -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 -----
"); ");