GlacioHack / xdem

Analysis of digital elevation models (DEMs)
https://xdem.readthedocs.io/
MIT License
123 stars 37 forks source link

Pin max Python version for `setuptools` #458

Closed rhugonnet closed 6 months ago

rhugonnet commented 6 months ago

Currently pip install xdem can fail on Python 3.12 because some dependencies (numba, notably) don't support it. And does so during publish.

We pin the version between 3.9 and 3.11 to ensure the PyPI publish always works.