ulmo-dev / ulmo

clean, simple and fast access to public hydrology and climatology data.
http://ulmo.readthedocs.org
Other
169 stars 63 forks source link

Replace StrictVersion for Version from packaging #222

Open eamanu opened 1 week ago

eamanu commented 1 week ago

distutil is deprecated and is not present in Python3.12. This patch replace StrictVersion from distutils for Version from packaging.

Original report here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074525