Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD/CI: Try to fix the Windows Python 3.13t wheel build #61240

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lithomas1
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@lithomas1 lithomas1 added Build Library building on various platforms Windows Windows OS Python 3.13 labels Apr 6, 2025
@lithomas1
Copy link
Member Author

FYI for anyone interested:
The Windows wheel builder CI (just the free-threaded builds) have been failing for the past 2 weeks. It seems like there's omething wonrg with the datetime code. I already took a look at numpy/tzdata versions, but those don't seem to be the problem (and I'm not sure what to look at next).

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.

@lesteve
Copy link
Contributor

lesteve commented Apr 7, 2025

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).

@lesteve
Copy link
Contributor

lesteve commented Apr 7, 2025

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 😉.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Python 3.13 Windows Windows OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants