We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
requires-python
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.
requires-python = ">=3.8"
>=3.8
The text was updated successfully, but these errors were encountered:
Allow version specifiers to be used in Python version requests (#4214)
5f37395
In service of #4212 but this is user-facing e.g. Python discovery will support version specifiers everywhere now. Closes #4212
zanieb
Successfully merging a pull request may close this issue.
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 forrequires-python
? But I'd have to look at the tests to understand whether there's some case it is handling today.The text was updated successfully, but these errors were encountered: