mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-16 21:38:31 +00:00
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:
parent
3a53ec3c5a
commit
f5acd60ac9
2 changed files with 18 additions and 18 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue