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

Drop support for Python 3.8 #128

Merged
merged 6 commits into from
Dec 10, 2024
Merged

Drop support for Python 3.8 #128

merged 6 commits into from
Dec 10, 2024

Conversation

binaryDiv
Copy link
Contributor

@binaryDiv binaryDiv commented Dec 9, 2024

As of October this year, Python 3.8 is officially EOL.

In order to allow for more modern typing (e.g. list[T] instead of typing.List[T]), this PR removes support for Python 3.8 and modernizes the code to use features from Python 3.9. (Solves #15)

This qualifies as a breaking change in terms of Python version compatibility. There are no breaking API changes, however.

@binaryDiv binaryDiv self-assigned this Dec 9, 2024
Makefile Show resolved Hide resolved
@binaryDiv binaryDiv merged commit 873cb80 into main Dec 10, 2024
6 checks passed
@binaryDiv binaryDiv deleted the drop-python38-support branch December 10, 2024 16:41
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.

3 participants