Skip to content

Wheel for Python 3.11 and x86_64, manylinux_2_17 becomes manylinux_2_28 - an issue? #1821

@consideRatio

Description

@consideRatio

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.

Centos 7 with Python 3.10, pip install pyzmq

Collecting pyzmq>=17
  Downloading pyzmq-24.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)

image

Centos 7 with Python 3.11, pip install pyzmq

Collecting pyzmq>=17
  Downloading pyzmq-24.0.1.tar.gz (1.2 MB)

image

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions