-
Notifications
You must be signed in to change notification settings - Fork 27
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 support for Python 3.9 #493
Conversation
We have here some pyright issue, the old version ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Agreed.
I don't mind grinding through some linting errors, brainless work to do in the evening |
Sounds great! Thanks @CompRhys. I would recommend to switch directly to the newest version then. |
@jduerholt Will get to this either tonight or over the weekend to try clear the linting issues |
* update tests and pyproject.toml * update lint workflow * update test * bump pyright * different pyright version * change linting
This PR drops the support for Python 3.9. It will go EOL this year (https://devguide.python.org/versions/) and causes especially trouble with Entmoot but also in other occassions.
cc: @TobyBoyne @LukasHebing