Update Python releases (#13509)

This commit is contained in:
Zanie Blue
2025-05-17 13:19:20 -05:00
committed by GitHub
parent be1404df2a
commit 4b7f5f1103
3 changed files with 1217 additions and 354 deletions
@@ -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
+5 -5
View File
@@ -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 -----
");