harmonica
harmonica copied to clipboard
Extend support to Python 3.12
Bump Python version in CI to check if all tests pass and documentation builds properly in the latest version of Python. Bump Python version in environment.yml.
TODO:
- [ ] Add classifier in
pyproject.tomlfor Python 3.12 (see #480)
Test fails because there's an issue with Verde and pkg_resources in Python 3.12. After that issue is fixed upstream in Verde, do we need to constrain Verde's version to that release?
Haha, apparently after closing https://github.com/fatiando/verde/pull/448, this PR was automatically closed. I'm reopening it since we do want to apply these changes despite the ones introduced in Verde.
Reminder to be careful about using the words "resolve", "fix", "closes" in comments 😁
Oops