-
Notifications
You must be signed in to change notification settings - Fork 280
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
TST: weekly tests against Python 3.13 #4958
Conversation
So it's failing at build time. I don't immediately understand why, but it looks like something is off with numpy's nightlies. |
ah, the important change rather seems to be that I tried using Cython nightlies. It compiles fine (at least locally) with Cython 3.0.10. Let's try this. |
3e6f6e8
to
92f0690
Compare
I addressed the compatibility issue for Cython 3.1 in #4948 |
.github/workflows/bleeding-edge.yaml
Outdated
|
||
- name: Install dependencies | ||
# pre-installing kiwisolver (mpl dependency) because it doesn't have wheels |
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.
looks like kiwisolver actually released since you wrote this and now has wheels available (https://pypi.org/project/kiwisolver/1.4.7/).
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.
indeed. Let me remove this bit as I rebase the branch
92f0690
to
5eef22e
Compare
superseded by #5021 |
PR Summary
Partly address #4931 now that our core dependencies are publishing nightlies.