Currently importing cftime results in: >>> import cftime Traceback (most recent call last): File "<python-input-0>", line 1, in <module> import cftime File "/usr/lib64/python3.13/site-packages/cftime/__init__.py", line 1, in <module> from ._cftime import (datetime, real_datetime, _parse_date, _dateparse, _datesplit, is_leap_year) File "src/cftime/_cftime.pyx", line 1, in init cftime._cftime ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject A bump and rebuild should fix that. Reproducible: Always