Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pylint version in order to support python 3.12
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