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
During pip install pyzmq in a Centos 7 based docker image with Python 3.10 and Python 3.11 setup respectively, pip switches from downloading a wheel to downloading a source distribution. The reason is that for Python 3.11 of the x86_64 arch specifically, the published pyzmq wheel switched from manylinux_2_17 to 2_28.
Is this a constraint stemming from pyzmq, py311, or pyzmq's release automation as configured using cibuildwheel (recently #1707), or something else?
I tried to figure those details out myself but got stuck, so watch out - this issue can be off topic for pyzmq as a project.