-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
CI: Add CI to release nightly wheels against free-threaded Python 3.13 #756
Conversation
Right now, this CI is failing when trying to build on
According to the internet, the |
Thanks @andfoy. Looks like the problem was that we were still building with C99 (hat tip to @ngoldbaum for correctly guessing that that was the problem, based on a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @andfoy. The CI job itself looks good to me. I'm just going to move it to its own file, because the one you added it in auto-deploys to PyPI when a tag is pushed, which we don't want here.
Passing |
Everything in order, |
This PR adds a CI workflow to produce nightly PyWavelets releases that are compatible with the free-threaded Python 3.13 distribution.