Fix PyPy Python version label (#11965)

Closes https://github.com/astral-sh/uv/issues/11863

Co-authored-by: zanieb <2586601+zanieb@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-05 00:36:21 +00:00 committed by GitHub
parent 3a53ec3c5a
commit f5acd60ac9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 18 deletions

View file

@ -20172,7 +20172,7 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
key: PythonInstallationKey {
major: 3,
minor: 10,
patch: 19,
patch: 16,
prerelease: None,
implementation: LenientImplementationName::Known(ImplementationName::PyPy),
arch: Arch{
@ -20190,7 +20190,7 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
key: PythonInstallationKey {
major: 3,
minor: 10,
patch: 19,
patch: 16,
prerelease: None,
implementation: LenientImplementationName::Known(ImplementationName::PyPy),
arch: Arch{
@ -20208,7 +20208,7 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
key: PythonInstallationKey {
major: 3,
minor: 10,
patch: 19,
patch: 16,
prerelease: None,
implementation: LenientImplementationName::Known(ImplementationName::PyPy),
arch: Arch{
@ -20226,7 +20226,7 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
key: PythonInstallationKey {
major: 3,
minor: 10,
patch: 19,
patch: 16,
prerelease: None,
implementation: LenientImplementationName::Known(ImplementationName::PyPy),
arch: Arch{
@ -20244,7 +20244,7 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
key: PythonInstallationKey {
major: 3,
minor: 10,
patch: 19,
patch: 16,
prerelease: None,
implementation: LenientImplementationName::Known(ImplementationName::PyPy),
arch: Arch{
@ -20262,7 +20262,7 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
key: PythonInstallationKey {
major: 3,
minor: 10,
patch: 19,
patch: 16,
prerelease: None,
implementation: LenientImplementationName::Known(ImplementationName::PyPy),
arch: Arch{