h5py/hdf5-manylinux

Upgrade manylinux version

aragilar opened this issue · 2 comments

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)?

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

I've just opened PR #7 to go to manylinux2014.

As @kanderso-nrel pointed out, it looks like 2_24 has various problems and is being phased out. I don't think we need to go to 2_28 yet.