Deltares / xugrid

Xarray and unstructured grids
https://deltares.github.io/xugrid/
MIT License
58 stars 8 forks source link

Test python 3.12 support #178

Closed veenstrajelmer closed 1 month ago

veenstrajelmer commented 9 months ago

Numba currently does not support python 3.12: https://github.com/numba/numba/issues/9197

When this is fixed:

Huite commented 6 months ago

Fixed by d0b9459ed05b51e94a847fb44fe5efcaabb4f41d

numba_celltree needs to be updated in terms of its supported Python versions.

veenstrajelmer commented 6 months ago

The classifiers should also be updated in the pyproject.toml: https://github.com/Deltares/xugrid/blob/main/pyproject.toml#L30

Huite commented 6 months ago

Good point, re-opening...