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

End of life Python 3.9 #228

Open
S-Linde opened this issue Jun 13, 2024 · 0 comments
Open

End of life Python 3.9 #228

S-Linde opened this issue Jun 13, 2024 · 0 comments

Comments

@S-Linde
Copy link
Collaborator

S-Linde commented Jun 13, 2024

Oktober 2025 marks the end of life of Python 3.9 (see).

If we stop supporting python39 at this point it would mean that annotations like int | float no longer need an from __future__ import annotations fix at the top of the file. These should then thus be removed.

Furthermore, type aliases can use TypeAlias from the typing library and should be updated accordingly.

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