Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv misinterprets python_version in "2.6 2.7 3.2 3.3" marker #6168

Closed
sbidoul opened this issue Aug 17, 2024 · 2 comments
Closed

uv misinterprets python_version in "2.6 2.7 3.2 3.3" marker #6168

sbidoul opened this issue Aug 17, 2024 · 2 comments
Labels
bug Something isn't working compatibility Compatibility with a specification or another tool

Comments

@sbidoul
Copy link

sbidoul commented Aug 17, 2024

It seems uv 0.2.37 misinterprets this marker: python_version in "2.6 2.7 3.2 3.3".

How to reproduce:

uv pip install pickleshare installs pathlib2, which is declared as Requires-Dist: pathlib2; python_version in "2.6 2.7 3.2 3.3" in the pickleshare wheel METADATA.

@charliermarsh charliermarsh added bug Something isn't working compatibility Compatibility with a specification or another tool labels Aug 17, 2024
@charliermarsh
Copy link
Member

Yeah this is known. We should fix it. There’s another issue somewhere.

@zanieb
Copy link
Member

zanieb commented Aug 17, 2024

See #3683

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Compatibility with a specification or another tool
Projects
None yet
Development

No branches or pull requests

3 participants