You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: