Skip to content

Remove support for Python 3.8 #105

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

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Conversation

kgodlewski
Copy link
Contributor

Changes:

  • bump the minimal Python version to 3.9 in all the tools
  • run pyupgrade --py39-plus --keep-runtime-typing on the codebase to change typehints to PEP585-style
  • manually change typing.Callable to collections.abc.Callable

Make sure Python 3.13 is configured in all the tools.
This was done using `pyupgrade --py39-plus --keep-runtime-typing`
@kgodlewski kgodlewski merged commit 46a1609 into main Dec 18, 2024
9 checks passed
@kgodlewski kgodlewski deleted the kg/remove-python-3.8-support branch December 18, 2024 12:36
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.

2 participants