-
Notifications
You must be signed in to change notification settings - Fork 3
update versions #77
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
update versions #77
Conversation
The error comes from update of xarray from 2024.5.0 -> 2025.6.1 |
@DocOtak After many trials, I updated to python 3.13, and dropped python 3.9 If you are happy, you can merge, I’ll issue another release after |
How would you feel about switching the project from poetry to uv? I've switched basically all my other projects to it and so far it has been a net win. Can also be in another PR |
This PR is to update version to 0.5.0 with a drop of python 3.10 (soon to be unmaintained), associated with upgrade of cf_xarray (otherwise gsw_xarray can create lock errors due to the too old cf_xarray version used)