tox: move to pylint 3.0.2 for py312 support

With python 3.12 our pylint version breaks because of
https://github.com/pylint-dev/astroid/issues/2201

This is fixed in 3.0.0a6 but it seems sensible to move
to 3.0.2.
This commit is contained in:
Michael Vogt 2023-11-15 10:03:43 +01:00 committed by Simon de Vlieger
parent 5407f1cef1
commit 26fa3aec8c

View file

@ -59,7 +59,7 @@ commands =
[testenv:pylint]
deps =
pylint==2.17.3
pylint==3.0.2
commands =
bash -c 'python -m pylint {env:LINTABLES}'