Closed banesullivan closed 11 months ago
The pending PR for EOmaps v8.0 (#205) now includes the following changes:
pyproject.toml
as >3.8
3.8 - 3.11
python 3.12
is currently waiting for the 3.12 support PR from numba
(required by datashader
) which is about to be merged soonEOmaps v8.0
is releasedGreat work!
According to PEP 537, Python 3.7 has stopped maintenance in June 2023. NumPy's NEP 29 dropped Python 3.7 in 2021. So it's time to drop it here too, and replace it with Python 3.11 where used on CI:
https://github.com/raphaelquast/EOmaps/blob/71361494f5af1fb6674c9862339d0e40946f5e89/.github/workflows/Publish_to_PyPi.yml#L19
Please also reference a request from @jhkennedy in https://github.com/pyOpenSci/software-submission/issues/138#issuecomment-1858583110: