harmonica icon indicating copy to clipboard operation
harmonica copied to clipboard

Extend support to Python 3.12

Open santisoler opened this issue 1 year ago • 3 comments

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.toml for Python 3.12 (see #480)

santisoler avatar Mar 22 '24 23:03 santisoler

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?

santisoler avatar Apr 16 '24 16:04 santisoler

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 😁

santisoler avatar Apr 18 '24 16:04 santisoler

Oops

leouieda avatar Apr 19 '24 12:04 leouieda