fix: avoid cp39-musllinux_aarch64 timeout#2434
fix: avoid cp39-musllinux_aarch64 timeout#2434maartenbreddels merged 8 commits intovaexio:masterfrom
Conversation
|
@maartenbreddels CI now finishes consistently within 2 hours |
|
according to oldest-supported-numpy deprecation notice, we can require |
|
Closing in favour of #2435 |
* Build using backward-compatible numpy API * Add deprecated oldest-supported-numpy
|
ready for review jongens @maartenbreddels @EwoutH cleanest way I can think of whilst keeping cp38 support, at least on macos and most of linux |
EwoutH
left a comment
There was a problem hiding this comment.
Looks good to me!
(note I’m not an maintainer or formally involved in this project in any way)
|
@maartenbreddels fingerprinting is broken again. comparing the - dask==2024.8.2
+ dask==2024.9.0 |
Too bad, they were so stable before. |
|
looks like fingerprinting is now random (not a fingerprint anymore). will pin |
|
@maartenbreddels green again |
|
Awesome, thanks! |
Supersedes #2433, tried bumping build system to numpy v2 but that is failing (and required for python 3.13 ref scipy/oldest-supported-numpy#86)
on master there is only one failing wheel build: https://github.com/vaexio/vaex/actions/runs/10835977160/job/30068700570
due to oldest-supported-numpy selecting a version of numpy for which no wheels are available. building numpy from source under QEMU takes forever, so we're hitting the builtin github actions 6 hour timeout (which can't be increased)