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

Fix python_requires to valid PEP 440 syntax #291

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

LSturtew
Copy link

The existing python_requires valid of >=3.4.* is invalid and should be >=3.4.

PEP440 only states that the wildcard suffix is used with version matching ==.

For now this seems to work fine with pip luckily but tools like poetry are a bit more strict in the interpretation and the upcoming version will error if they encounter this syntax. See also python-poetry/poetry#4201.

@xzkostyan xzkostyan merged commit c11bedc into mymarilyn:master Feb 22, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.694% when pulling d6429a0 on LSturtew:pep-440 into 3f01c93 on mymarilyn:master.

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 this pull request may close these issues.

3 participants