-
Notifications
You must be signed in to change notification settings - Fork 272
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
Add CI job testing on python 3.13 #2687
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
@@ -18,7 +18,7 @@ env: | |||
|
|||
jobs: | |||
lint: | |||
runs-on: ubuntu-latest | |||
runs-on: ubuntu-24.04 |
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.
Why the change to a pinned version of ubuntu? Is that a restriction from numba?
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.
To fix the warning: "WARNING: ubuntu-latest will soon be ubuntu-24.04".
I think in general it's better to be specific here and update ones newer versions are available
Newest numba 0.61 is out and supports 3.13
According to the changelog, it also finally supports coverage reporting!