Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python3.12 #103

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Conversation

larsbutler
Copy link
Member

@larsbutler larsbutler commented Nov 13, 2023

Fixes #92 and #104.

Copy link
Contributor

@achapkowski achapkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the 3.12 unit test fail

@larsbutler larsbutler force-pushed the python-312-support branch 2 times, most recently from bf9d4e0 to b388333 Compare November 13, 2023 22:57
@larsbutler
Copy link
Member Author

It seems the 3.12 unit test fail

Indeed. I had forgotten about the tokenization change in Python 3.12, but seems like an easy fix (we just need to ignore some empty string tokens; not a significant change to the WKT parsing logic).

@larsbutler
Copy link
Member Author

I think we're good now. @achapkowski Do these changes look okay to you?

@achapkowski achapkowski merged commit 6e51332 into geomet:master Nov 14, 2023
8 checks passed
@larsbutler
Copy link
Member Author

Thanks @achapkowski!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail with Python 3.12
2 participants