-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Upgrade tbump to 6.7.0 #5572
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
Comments
I'm not sure the break is actually in |
It only happened in python 3.9 and 3.10. Here's the traceback so we don't have to search for old github actions jobs later:
|
Looking at the stacktrace and what I changed in pylint-dev/astroid#1321 I think this might actually be a "requires astroid update". We should at least try and see if this gets fixed with an |
My next goal is to release astroid 2.9.1, let's see how it goes after this is done. |
The primer tests do seem to work in #5600. The |
We upgraded tbump to 6.6.1 in #5561, I4m going to rename this to 6.7.0 and put it in the milestone for pylint 2.14 as we need to drop python 3.6 first. |
When upgrading tbump to 6.6.1 in #5561, it broke the main branch. @DanielNoord fixed the root issue with #5566, and the change was reverted in #5567. Now we need to revert the revert and fix the primer.
We could add tbump to the primers. I think it's a small project. I realized some project takes a lot of time like django, but we can add small project without too much drawbacks.
The text was updated successfully, but these errors were encountered: