-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
MNT update Cython 3.0.10 to 3.1.2 #31905
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
Conversation
- fixes for fused ctuples
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.
Can you push a commit with [cd build]
to check that the wheels build correctly?
lock file conflicts, could you please rerender them? |
I would wait for #31918 to be merged first and for now there seems to be a OpenML issue that prevents the doc build to be succesful. Also can you use
When you update all the lock-files, there are more things to check like:
|
@StefanieSenger since you've been working on GH actions and CI, maybe you fancy implementing a secure |
I am -0.5 on reviving the "update lock-file bot" attempt (too little functionality for too many security risks) but we can discuss this elsewhere ... |
Just for completeness you would need a commit with |
Let's try. |
6e0b385
to
76b27f1
Compare
I think you still need to update the
and then push a commit with OpenML seems to work fine now at least it did this morning in #31918. |
…-build doc_min_dependencies [cd build] [scipy-dev] [doc build]
@lesteve Either the one test failure is unrelated to this PR, or, I'm about to give up. Details on failing Wheel builder / Build wheel for cp313-win_amd64- (pull_request)
|
The wheels failure is unrelated (it was noticed in Full disclosure: I am not sure it was needed to test the wheels for this PR (I would think that the latest cython version is always used in the wheels build), but maybe I am missing something. |
Reference Issues/PRs
This will help #31882 a bit. Similar to #28743.
What does this implement/fix? Explain your changes.
Update minimum Cython from 3.0.10 to 3.1.2.
Any other comments?
Some bugfixes (e.g. fused ctypes) and some nice features that we want to have sooner or later (e.g. Support for freethreading builds of CPython 3.13).