-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: drop support for python 3.8 #1213
feat: drop support for python 3.8 #1213
Conversation
I did not touch the files, that pre-commit is complaining about. What is happening? |
An observation: Is the lint step in ci still needed with pre-commit.ci enabled? |
that pre-commit.ci is currently only still in the those linting errors actually make sense, since those typing errors only apply from 3.9 on, However, I think that I should fix those typing linting errors since I started adding typing to my features.. |
Interesting. I will switch the target branch then. |
d9a72c3
to
366e3e2
Compare
Done. |
Cool thanks, but lets merge this after all the interview branches. |
it would go first to the |
Signed-off-by: David Wallace <[email protected]>
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.
think it's good to go for in rdmorganiser:dependency-updates
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!
Description
Related issue: #1030