-
Notifications
You must be signed in to change notification settings - Fork 259
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
Update supported python versions #883
base: master
Are you sure you want to change the base?
Conversation
9f88fa9
to
bbcacc7
Compare
@schlenk It looks like No action since January: klen/pylama#249 I would argue to drop it in favor of |
Agreed on switching to ruff, it seems to be the better choice currently. |
bd7e410
to
ad2eb88
Compare
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.
LGTM
|
||
from exceptions import AttributeError, Exception, IndexError, KeyboardInterrupt, KeyError, OSError | ||
from mako.lookup import TemplateLookup |
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.
This looks a little surprising from a isort/pep8 styleguide perspective.
mako.lookup should be third party and not lined up with the stdlib stuff.
But if ruff thinks its the way, I'm fine with it.
CHANGELOG.md
.3.8 has reached EOL, added new versions.