Closed richtja closed 4 months ago
pylint==2.17.2
does not support python3.12 I think, and astroid
is in the dep-list of pylint.
pylint==2.17.2
does not support python3.12 I think, andastroid
is in the dep-list of pylint.
Hi @PaulYuuu, yes, you are right. I have created #5959 to update the pylint to a newer version, which should fix this issue.
Closing as fixed in #5959
Describe the bug When you run
./selftests/lint.sh
on python3.12 with dev installation the test will error withastroid.exceptions.AstroidError
.Steps to reproduce in python3.12 environment:
Expected behavior The test would pass.
Current behavior
System information (please complete the following information):