mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
Sync latest Python releases (#17445)
Automated update for Python releases. Co-authored-by: zanieb <2586601+zanieb@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
11d46df064
commit
c6a02873fd
@@ -11,7 +11,7 @@ use crate::ROOT_DIR;
|
||||
use crate::generate_all::Mode;
|
||||
|
||||
/// Contains current supported targets
|
||||
const TARGETS_YML_URL: &str = "https://raw.githubusercontent.com/astral-sh/python-build-standalone/refs/tags/20251217/cpython-unix/targets.yml";
|
||||
const TARGETS_YML_URL: &str = "https://raw.githubusercontent.com/astral-sh/python-build-standalone/refs/tags/20260113/cpython-unix/targets.yml";
|
||||
|
||||
#[derive(clap::Args)]
|
||||
pub(crate) struct Args {
|
||||
@@ -130,7 +130,7 @@ async fn generate() -> Result<String> {
|
||||
output.push_str("//! DO NOT EDIT\n");
|
||||
output.push_str("//!\n");
|
||||
output.push_str("//! Generated with `cargo run dev generate-sysconfig-metadata`\n");
|
||||
output.push_str("//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251217/cpython-unix/targets.yml>\n");
|
||||
output.push_str("//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20260113/cpython-unix/targets.yml>\n");
|
||||
output.push_str("//!\n");
|
||||
|
||||
// Disable clippy/fmt
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
//! DO NOT EDIT
|
||||
//!
|
||||
//! Generated with `cargo run dev generate-sysconfig-metadata`
|
||||
//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20251217/cpython-unix/targets.yml>
|
||||
//! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20260113/cpython-unix/targets.yml>
|
||||
//!
|
||||
#![allow(clippy::all)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
|
||||
@@ -40,7 +40,7 @@ pub const PACKSE_VERSION: &str = "0.3.53";
|
||||
pub const DEFAULT_PYTHON_VERSION: &str = "3.12";
|
||||
|
||||
// The expected latest patch version for each Python minor version.
|
||||
pub const LATEST_PYTHON_3_15: &str = "3.15.0a3";
|
||||
pub const LATEST_PYTHON_3_15: &str = "3.15.0a4";
|
||||
pub const LATEST_PYTHON_3_14: &str = "3.14.2";
|
||||
pub const LATEST_PYTHON_3_13: &str = "3.13.11";
|
||||
pub const LATEST_PYTHON_3_12: &str = "3.12.12";
|
||||
|
||||
Reference in New Issue
Block a user