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

Support requires_python field to detect Python 3 support #418

Open
fmigneault opened this issue Oct 5, 2022 · 0 comments
Open

Support requires_python field to detect Python 3 support #418

fmigneault opened this issue Oct 5, 2022 · 0 comments

Comments

@fmigneault
Copy link

Multiple packages providers prefer to define requires_python: ">=3.7" instead of individual Programming Language :: Python classifiers for each new version supported.

For example:
pallets/werkzeug#2528

pyup should detect this field when provided on pypy (eg: https://pypi.org/pypi/werkzeug/json) to avoid flagging packages as not supporting Python 3, when they are in fact strictly requesting it.

This would resolve similar problems identified in #202, #269

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

No branches or pull requests

1 participant