Skip to content

Add support for uvx pypy #13536

@zanieb

Description

@zanieb

Summary

This currently only supports python and pythonw

name.eq_ignore_ascii_case("python") || cfg!(windows) && name.eq_ignore_ascii_case("pythonw")

We do have a later invocation of PythonRequest::parse, which will handle these generic cases

target_request.or_else(|| python.map(PythonRequest::parse))

but it's not used here

Example

We should support all implementations here

uvx pypy
uvx pypy@3.8
uvx graalpy
uvx cpython

Metadata

Metadata

Assignees

Labels

enhancementNew feature or improvement to existing functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions