Skip to content

Commit 04a6639

Browse files
zaniebgithub-actions[bot]
authored andcommitted
Sync latest Python releases
1 parent 148b694 commit 04a6639

File tree

3 files changed

+1611
-999
lines changed

3 files changed

+1611
-999
lines changed

crates/uv-dev/src/generate_sysconfig_mappings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::ROOT_DIR;
1111
use crate::generate_all::Mode;
1212

1313
/// Contains current supported targets
14-
const TARGETS_YML_URL: &str = "https://raw.githubusercontent.com/astral-sh/python-build-standalone/refs/tags/20251014/cpython-unix/targets.yml";
14+
const TARGETS_YML_URL: &str = "https://raw.githubusercontent.com/astral-sh/python-build-standalone/refs/tags/20251031/cpython-unix/targets.yml";
1515

1616
#[derive(clap::Args)]
1717
pub(crate) struct Args {
@@ -130,7 +130,7 @@ async fn generate() -> Result<String> {
130130
output.push_str("//! DO NOT EDIT\n");
131131
output.push_str("//!\n");
132132
output.push_str("//! Generated with `cargo run dev generate-sysconfig-metadata`\n");
133-
output.push_str("//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251014/cpython-unix/targets.yml>\n");
133+
output.push_str("//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251031/cpython-unix/targets.yml>\n");
134134
output.push_str("//!\n");
135135

136136
// Disable clippy/fmt

0 commit comments

Comments
 (0)