Open cmsirbu opened 3 months ago
~Pylint 3.x is required to support python 3.12~
It looks like pylint 2.17.7 will happily install on py3.12. Do we need features from pylint 3.x?
It'll happily install but it crashes 😠https://github.com/nautobot/pylint-nautobot/actions/runs/10470014772/job/28994274895
Ok so pylint 2.17 runs on python 3.12 but its dependency astroid crashes - and we can't update astroid to the version that supports 3.12 without jumping to pylint 3.x
pylint-nautobot
is not compatible with the latest major release ofpylint
(3.x), about half of the tests are failing.Due to this, the maximum pylint version we can support is
^2.17
.