-
Notifications
You must be signed in to change notification settings - Fork 7
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
Python 3.8 reached end of life (October 2024) #264
Comments
Perhaps use this just one time to upgrade all the type hints from Python 3.8 to 3.9. |
Just to note that I have left some |
We decided to move directly to Python 3.10. Motivation: 3.10 is the default python version in the oldest Ubuntu LTS version. Also, https://colab.google/articles/py3.10 |
we might need to double-check, e.g. (main as of today)
re-opening with lo-pri EDIT: seems pylint can catch this #244 |
That one is now fixed in main, but I do not know if there is an automatic way to check for this kind of issues without reading the whole pylint output. |
I am going to close this, since there is no reliable and automatic way to check that we are always using the latest python features. |
As suggested by @lkct, upgrade the whole repository to Python 3.9 (EOL Oct 2025) or Python 3.10 (EOL Oct 2026). I guess many things about typing have changed.
https://devguide.python.org/versions/
The text was updated successfully, but these errors were encountered: