pandas
pandas copied to clipboard
CI: specify supported glibc/musl versions for wheel
- [x] xref #62515 (Replace xxxx with the GitHub issue number)
- [ ] Tests added and passed if fixing a bug or adding a new feature
- [ ] All code checks passed.
- [ ] Added type annotations to new arguments/methods/functions.
- [ ] Added an entry in the latest
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.
This PR specifies the image used to build the wheel to avoid the surprise seen in #62515. I specified manylinux_2_28 mainly because:
- this is for version 3;
- manylinux_2_24 and prior reached EOL according to PEP600 compliance check; and
- NumPy uses these versions too.
I am happy to change the image if support for manylinux_2_17 is still desired.
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.
@lithomas1 can you take a look?
@mroeschke - saw https://github.com/pandas-dev/pandas/pull/63066; wasn't sure if you were aware of this PR.