-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for Python 3.11 #172
Comments
There are currently no wheels built for netCDF4 on Python 3.11. The issues on their github site shows it is a mess. |
are you sure? I can see the 3.11 wheels on pypi https://pypi.org/project/netCDF4/1.6.4/#files |
We should remove the netcdf version pinning: python-dts-calibration/pyproject.toml Line 65 in f0dad9c
|
I had some troubles with netcdf4 versions later than 1.5.8. So maybe it was me who forgot the comment. This seems to be related gwmod/nlmod#161 Shall we pin it to a minimum of 1.6.4? |
Yeah, there were some issues. However I think those have been resolved since. Pinning it to >=1.6.4 is probably best. |
Closed with #181 |
Could we maybe add it to our tests and allow the test to fail? Just to verify what the issues are that need to be resolved to move forward.
The text was updated successfully, but these errors were encountered: