-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUILD: Bump Cython to 3.1 #61519
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
base: main
Are you sure you want to change the base?
BUILD: Bump Cython to 3.1 #61519
Conversation
@@ -42,7 +42,7 @@ | |||
// followed by the pip installed packages). | |||
"matrix": { | |||
"pip+build": [], | |||
"Cython": ["3.0"], | |||
"Cython": [], |
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.
Not sure why this was ever specified; we'll use our envornment.yaml for ASVs.
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.
Could you also bump cython in the ci/deps
files?
I suppose after this PR we'll need to bump Cython in the conda forge recipe too
Bumped. The pin there was From the 2 to 3 transition, I was cautious about accepting new versions and I think now overly so. What do you think about |
Yeah I would be OK with that (modulo pinning below alpha/rc release versions since Cython often to pre-releases before major version bumps) |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.ASVs: #60972 (comment)