Skip to content

Commit

Permalink
Update pylint version in order to support python 3.12
Browse files Browse the repository at this point in the history
Fedora 39 and above comes with python version 3.12. When running `tox -e pylint`
on cloud-init, we may experience issue such as the one reported here:
pylint-dev/pylint#8782

Minimum version of pylint required in order to support python 3.12 is 3.0.2.
Please see pylint-dev/astroid#2201 . Upon further
experimentation, it is seen that we need minimum pylint version 3.2.0 for
cloud-init. Update tox.ini in order to use this pylint version.

Signed-off-by: Ani Sinha <anisinha@redhat.com>
  • Loading branch information
ani-sinha committed May 28, 2024
1 parent 6748913 commit 4ae2058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hypothesis==6.31.6
hypothesis_jsonschema==0.20.1
isort==5.10.1
mypy==0.950
pylint==2.13.9
pylint==3.2.0
pytest==7.0.1
ruff==0.4.3
types-jsonschema==4.4.2
Expand Down

0 comments on commit 4ae2058

Please sign in to comment.