-
Notifications
You must be signed in to change notification settings - Fork 121
Support for pylint 4.0+ #468
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
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 19191889690Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 18467157949Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 18467157949Details
💛 - Coveralls |
9575993 to
2c805e3
Compare
|
Blocked by python 3.13 (#440) / python 3.14 support. |
|
Django 5.1 is still officially supported till EOY and shouldn't be removed. |
|
@mspiller is there any reason not to use 5.2 instead ? |
|
Well 5.1 is still supported and will be till end of the year. Having tooling that does not support officially maintained versioned is a PITA. For example we managed to migrate one of the projects from 5.1 to 5.2 just yesterday. And before you ask :D Yes development libs are updated more often than runtime env like Django that needs lots of testing before going to prod. |
|
Sure (I put back 5.1), but I was just wondering as it's a minor version upgrading should be uneventful ? (as even upgrading a django major is uneventful in my experience) |
…13, 3.14 and pylint 4
eb3e061 to
5ad934f
Compare
Refs #467, blocked by #472