pandas icon indicating copy to clipboard operation
pandas copied to clipboard

CI: specify supported glibc/musl versions for wheel

Open Alvaro-Kothe opened this issue 2 months ago • 3 comments

  • [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.rst file 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:

  1. this is for version 3;
  2. manylinux_2_24 and prior reached EOL according to PEP600 compliance check; and
  3. NumPy uses these versions too.

I am happy to change the image if support for manylinux_2_17 is still desired.

Alvaro-Kothe avatar Sep 30 '25 17:09 Alvaro-Kothe

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.

github-actions[bot] avatar Oct 31 '25 00:10 github-actions[bot]

@lithomas1 can you take a look?

jbrockmendel avatar Nov 03 '25 16:11 jbrockmendel

@mroeschke - saw https://github.com/pandas-dev/pandas/pull/63066; wasn't sure if you were aware of this PR.

rhshadrach avatar Nov 25 '25 22:11 rhshadrach