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

Bump Up Minimum Python Supported Version to 3.8 #130

Open
2 tasks
gfrances opened this issue Mar 9, 2022 · 0 comments
Open
2 tasks

Bump Up Minimum Python Supported Version to 3.8 #130

gfrances opened this issue Mar 9, 2022 · 0 comments

Comments

@gfrances
Copy link
Member

gfrances commented Mar 9, 2022

Python 3.8 is already more than a year old, ships by default in the latest Ubuntu LTS and, more relevant to us, has a number of improvements that would allow us to clean up the code a little bit and

  • Make the use of mypy and similar static type-checking tools more systematic and simpler.
  • Get rid of the multipledispatch dependency, and replace it by functools.simpledispatch.

This issue is to keep track of moving towards Python 3.8.

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

No branches or pull requests

1 participant