Add Python 3.15 and 3.15t to CI wheels workflow - #8
Conversation
|
Nice, thanks for the PR! Because we use cibuildwheel 4.0.0, looks like we need to enable them explicitly or update to 4.2.0 which enables them by default. I tried the latter option which seems simpler and also numpy-release is already using cibuildwheel 4.2.0 see numpy/numpy-release#62. |
|
OK the Python 3.11 is failing because it can not install Python 3.15 needs to install It's probably doable to have something like this in our I am still going to leave the Python 3.15 ones run to see if there is any unexpected issue. |
|
Please rerun the failing Python 3.15 test. It is difficult to believe that they have a 3.15t image but no 3.15 image!
|
|
Added: in both requirements files. |
So this error is about our additional testing that we do inside a minimal Docker image to make sure we correctly bundle the C++ MSVC runtime and OpenMP DLLs on Windows in the wheel. The easiest thing to do is to skip it for Python 3.15 since there is no Docker image because Python 3.15 has not been released yet. There is a 3.15-rc image and historically we have been trying to use it between the Python |
|
Nice! |
|
Let's merge this one, thanks for the PR! |
As recommended at:
@lesteve