upgrade cibuildwheel action to support Python 3.14#1004
Conversation
|
Thanks! It looks like there are some build failures? |
|
Yes, I was unable to judge whether they came because of the new version sinceithe error is on Python 3.11. |
|
The original test function is not deterministic. It isn't guaranteed that 100 random samples will definitely cover all combinations. |
|
Correct, good spot, rerunning failed jobs |
|
Not sure why the rerun could not be scheduled within 24 hours, but can you rerun it again, please? |
|
done is macos-13 still valid? |
|
Actually not, 14 is the oldest https://github.com/actions/runner-images#available-images I'll change that, too, when I get home. |
|
thanks! |
Choose MacOS runner images with native x86 and arm64 architectures, see https://github.com/actions/runner-images#available-images.
5848274 to
d19cf49
Compare
|
Made some changes to also test on Python 3.14. I'm not sure why this problem only pops up now with 3.14, but is there a good reason to install pytest via pip rather than a conda channel? It's also no longer recommended to use the conda defaults channel due to licensing issues. |
|
Good catch, any chance you could pull from conda-forge? The gist is this project does not have direct funding, and as such I can only allocate minimal maintenance effort. We greatly appreciate contributions like yours which help immensely. |
|
Done already in the last commit 😉 |
|
Thanks @Midnighter! |
fix #1002