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 python 3.8 #66

Open
analog-cbarber opened this issue Sep 9, 2023 · 1 comment
Open

Drop python 3.8 #66

analog-cbarber opened this issue Sep 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@analog-cbarber
Copy link
Collaborator

analog-cbarber commented Sep 9, 2023

When Python 3.8 hits end of life in October of 2024, drop support and remove
api version dependent use of importlib.

@analog-cbarber analog-cbarber self-assigned this Sep 9, 2023
@analog-cbarber analog-cbarber added the enhancement New feature or request label Sep 9, 2023
@analog-cbarber
Copy link
Collaborator Author

After dropping 3.8 consider code improvements to take advantage of any features first
introduced in python 3.9.

In particular, replace type annotations using List and Dict with ones using list and dict builtins.

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

No branches or pull requests

1 participant