Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neutrinoceros
Copy link
Member

PR Summary

Partly address #4931 now that our core dependencies are publishing nightlies.

@neutrinoceros neutrinoceros added dependencies Pull requests that update a dependency file enhancement Making something better tests: running tests Issues with the test setup labels Jul 26, 2024
@neutrinoceros
Copy link
Member Author

So it's failing at build time. I don't immediately understand why, but it looks like something is off with numpy's nightlies.
The good news is that I can reproduce locally, albeit on a different arch. Will dig into this.

@neutrinoceros
Copy link
Member Author

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.

@neutrinoceros
Copy link
Member Author

I addressed the compatibility issue for Cython 3.1 in #4948

@neutrinoceros neutrinoceros marked this pull request as ready for review July 26, 2024 10:12

- name: Install dependencies
# pre-installing kiwisolver (mpl dependency) because it doesn't have wheels
Copy link
Contributor

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/).

Copy link
Member Author

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

@neutrinoceros neutrinoceros added enhancement Making something better and removed enhancement Making something better labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement Making something better tests: running tests Issues with the test setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants