Skip to content

4.0.0 PyPi wheel still claims to support Python 2.7 #635

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

Open
YKdvd opened this issue Mar 21, 2025 · 0 comments
Open

4.0.0 PyPi wheel still claims to support Python 2.7 #635

YKdvd opened this issue Mar 21, 2025 · 0 comments

Comments

@YKdvd
Copy link

YKdvd commented Mar 21, 2025

Although version 4.0.0 dropped support for Python 2, and setup.cfg added a python_requires=3.x and other cleanup, the "bdist wheel / universal = true" setting wasn't removed. The wheel provided to PyPi is named "
pymemcache-4.0.0-py2.py3-none-any.whl", and pip in a 2.7 environment is going to see that as eligible, instead of stopping at 3.5.2, the last actual 2.7-supported version.

It would be nice if an updated 4.0.1, or a replacement 4.0.0 with a build number, or whatever, could be provided to PyPi, and the old release "yanked".

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