-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MNT bump to cython=3.0.8 #28284
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
MNT bump to cython=3.0.8 #28284
Conversation
depends on #28258 |
@glemaitre @lesteve it's green 😁 |
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.
LGTM apart from the point raised by @lesteve regarding breaking nogil
. It might be OK if we want to be able to solve some issues in the TargetEncoder
.
I am just going to pretend that I did not see that we did not test "special" as in "non-main" CIs (scipy-dev, pypy, arm, nogil) 😉 |
Closes #28259
Updates min required version of cython to 3.0.8
On conda default channels, we use pip to install cython since the latest available version there is 3.0.6
cc @lesteve