scipp / scippnexus

h5py-like utility for NeXus files with seamless scipp integration
https://scipp.github.io/scippnexus/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Use stdlib datetime to parse instead of dateutil #206

Open MridulS opened 2 months ago

MridulS commented 2 months ago

One way for fixing https://github.com/scipp/scippnexus/issues/195.

There are indeed some issues with using the stdlib version in <py3.11 https://docs.python.org/3/library/datetime.html#datetime.datetime.fromisoformat but the tests seems to pass (not sure how comprehensive they are) and hopefully we should move to py3.11 soon enough.

SimonHeybrock commented 2 months ago

Need to drop Python 3.9 first, or why is it failing?

MridulS commented 2 months ago

Urghh yeah, this actually works only py3.11+ so would need to wait some time.