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 support #291

Open
DavidRomanovizc opened this issue Nov 11, 2024 · 0 comments
Open

Drop Python 3.8 support #291

DavidRomanovizc opened this issue Nov 11, 2024 · 0 comments

Comments

@DavidRomanovizc
Copy link
Contributor

What feature should we add?

Python 3.8 is EOL, So I think we need to drop Python 3.8 from version supported.

When we drop Python 3.8, we can use generic type-alias which are added in Python 3.9:

  • PEP 585: e.g. typing.List[T] -> list[T], typing.Dict[KT, VT] -> dict[KT, VT], typing.Type[T] -> type[T]

If others agree, I can work on this :)

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