Upgrade manylinux version
aragilar opened this issue · 2 comments
aragilar commented
It looks like manylinux 2010 does not support Python 3.11 (see failures on h5py/h5py#2165). Based on the readme at https://github.com/pypa/manylinux, it's unclear to me whether we need to skip manylinux 2014 as well and go to manylinux_2_24 (or even manylinux_2_28)?
kandersolar commented
pypa/manylinux#1317 (comment) claims that:
CPython 3.11.0 is now available in all manylinux2014, manylinux_2_24, manylinux_2_28 & musllinux_1_1 images.
Also, and I don't know anything about manylinux builds, but 2_24 seems not long for this world: pypa/manylinux#1332 and pypa/manylinux#1369