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

Release wheels only for python 3.6+ #2473

Closed
gavincyi opened this issue Dec 7, 2020 · 2 comments
Closed

Release wheels only for python 3.6+ #2473

gavincyi opened this issue Dec 7, 2020 · 2 comments

Comments

@gavincyi
Copy link

gavincyi commented Dec 7, 2020

Since setuptools 51.0.0, #2435 has dropped the support of python version 3.5 or lower. However the wheel is named in python 3 generic version setuptools-51.0.0-py3-none-any.whl . Is it possible to release only python 3.6+ wheels so that the older version will pick up the version 50.3.2 for compatibility?

@gavincyi
Copy link
Author

gavincyi commented Dec 8, 2020

Just checked the latest pip should help choose the right version on the python compatibility. Not an issue anymore.

@gavincyi gavincyi closed this as completed Dec 8, 2020
@gavincyi
Copy link
Author

gavincyi commented Dec 8, 2020

For more details, the older pip, e.g. pip 9.0.3, failed to parse the data-requires-python in PEP-503. After upgrading the pip version, the latest setuptools installed in, for example Python 3.5, is 50.3.2 at the moment.

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