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

value of python_requires does not comply with PEP 345/440 #387

Closed
ITProKyle opened this issue Jun 10, 2021 · 0 comments · Fixed by #388
Closed

value of python_requires does not comply with PEP 345/440 #387

ITProKyle opened this issue Jun 10, 2021 · 0 comments · Fixed by #388

Comments

@ITProKyle
Copy link
Contributor

python_requires = >=3.5.*

According to PEP 345 Requires-Python, the value of this field must be a valid Version Specifier. Which in turn expects this to comply with PEP 440.

While not an issue for those that directly use pip, this will cause issues for poetry users in the next release (if their current stance is maintained). Discussion of the issue and there stance can be found here: python-poetry/poetry#4095.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant