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

Project environment creation doesn't respect version specifiers in requires-python #4212

Closed
charliermarsh opened this issue Jun 10, 2024 · 0 comments · Fixed by #4214
Closed
Assignees
Labels
bug Something isn't working preview Experimental behavior

Comments

@charliermarsh
Copy link
Member

Per https://github.com/charliermarsh/autobot/actions/runs/9454139177/job/26041035557?pr=4, it looks like requires-python = ">=3.8" gets parsed as an executable named >=3.8. I think stringifying there probably never works for requires-python? But I'd have to look at the tests to understand whether there's some case it is handling today.

@charliermarsh charliermarsh added bug Something isn't working preview Experimental behavior labels Jun 10, 2024
@zanieb zanieb self-assigned this Jun 10, 2024
zanieb added a commit that referenced this issue Jun 10, 2024
In service of #4212 but this is
user-facing e.g. Python discovery will support version specifiers
everywhere now.

Closes #4212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working preview Experimental behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants