DHI / mikeio

Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
https://dhi.github.io/mikeio
BSD 3-Clause "New" or "Revised" License
139 stars 57 forks source link

Prepare for python 3.13 #729

Closed ryan-kipawa closed 1 month ago

ryan-kipawa commented 1 month ago

From testing locally, there's one issue with our optional dependency netcdf4 (dev/notebooks):

https://github.com/Unidata/netcdf4-python/issues/1365

Maybe it will be resolved soon. Otherwise the core dependencies seem fine for 3.13 😄

jsmariegaard commented 1 month ago

Great, thanks @ryan-kipawa !

ecomodeller commented 1 month ago

Github has not picked up https://www.python.org/downloads/release/python-3130/ yet.

ecomodeller commented 1 month ago

Not sure if Snyk is parsing the pyproject.toml , seems like it is only looking at requirements_min.txt🤔 image image