-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CI: python 3.12 by default. #8969
Conversation
Now that numba supports 3.12.
@Illviljan are you able to take a look at these mypy failures? If not, we can bump the mypy test python version later.
|
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 good to me, at least as far as the non-typing changes go.
The reason pint
fails is still the same as in #8605: pint
didn't define dtype
explicitly, so is_duck_array
does not recognize it as a duck array on python>=3.12
. I guess I should ask for a release of pint
...
Merging since this really reduces our CI times |
pint
on the main environment since it doesn't work. Pint is still installed in theall-but-dask
env, which is still runs python 3.11 for this reason.