-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove Python 3.8 support, and add python 3.13 and numpy 2.0 support #548
Conversation
This reverts commit 4156a20.
Want to review this now @tjlaboss, so if everything passes tomorrow we can merge on Python day? |
It looks like pytest-profile is incompatible with 3.13. I'm thinking of just uninstalling it for now as a work around |
Yeah, we can remove it from CI and just profile <=3.12 locally |
We can still profile. Just do the profiling on <= 3.12 in CI. We don't need profiling to run the test suite in 3.13 |
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 pending Python 3.13 CI
Description
Please include a summary of the change and which issue is fixed if applicable. Please also include relevant motivation and context.
Fixes #201, fixes #457
Checklist