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 · 1 comment
Open

Drop Python 3.8 support #291

DavidRomanovizc opened this issue Nov 11, 2024 · 1 comment

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 :)

@pacrob
Copy link
Contributor

pacrob commented Nov 25, 2024

Thanks for the offer, but we need to coordinate dropping/adding python versions across all our libs. Plus updates from our template. I'll leave this open, as it certainly needs to be done, but no need to work on it yourself.

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

2 participants