Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3fb1c5

Browse files
github-actions[bot]zanieb
andauthoredMar 11, 2025··
Sync latest Python releases (#12120)
Automated update for Python releases. --------- Co-authored-by: zanieb <[email protected]> Co-authored-by: Zanie Blue <[email protected]>
1 parent a59778f commit f3fb1c5

File tree

3 files changed

+689
-688
lines changed

3 files changed

+689
-688
lines changed
 

‎crates/uv-python/download-metadata.json

+424-424
Large diffs are not rendered by default.

‎crates/uv-python/fetch-download-metadata.py

+1
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ def _build_option_priority(self, build_options: list[str]) -> int:
432432
(
433433
"lto" in build_options,
434434
"pgo" in build_options,
435+
"static" not in build_options,
435436
)
436437
)
437438

‎crates/uv-python/src/downloads.inc

+264-264
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.