BLD/CI: Try to fix the Windows Python 3.13t wheel build#61240
BLD/CI: Try to fix the Windows Python 3.13t wheel build#61240lithomas1 wants to merge 4 commits intopandas-dev:mainfrom
Conversation
|
FYI for anyone interested: I don't have time to debug this any further (nor do I have a Windows machine to do so), but if anyone else is interested feel free to push to my branch. |
|
Something you may want to try (in particular to rule out a numpy dev change) is to try to use a released numpy instead of numpy dev. As I mentioned in #61242 using numpy dev was needed historically for free-threaded, but there has been a few numpy releases with free-threaded wheels (including Windows). |
|
I opened a draft PR with the changes to use numpy release #61248. Not familiar with pandas setup, but probably someone needs to add the label "Build" to my PR or try to push similar changes in this PR branch, whatever seems easier 😉. |
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.