WHL/EXP: check cibuilwheel 4.0.0rc1#19756
Conversation
|
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
|
Builds are still succeeding despite this wall of red. What changed is that cibuildwheel now automatically detect and audits |
|
The fix is large but trivial. I'm keeping it here for illustration, but it's also split into #19774 |
| skip = ["cp*t-*"] # https://github.com/astropy/astropy/issues/16916 | ||
| skip = [ | ||
| "cp*t-*", # https://github.com/astropy/astropy/issues/16916 | ||
| "cp315-win_*", |
There was a problem hiding this comment.
skipping this target for now because of what looks like segmentation faults on windows. I don't know yet if they are from us, numpy or Python 3.15, but the latter seems most likely, and there are still 3 betas and 2 rcs to go before it's final, which seems enough to be a bit optimistic. I'll report upstream if the problem persists with the second beta.
8a0d49f to
9d63fd3
Compare
|
I'll try to understand where it's coming from before I report upstream, but I'm still think CPython is my first suspect. |
Description
Starting this as an experiment to see whether the upgrade is uneventful for us.