Build: Update pylint minimum python version to 3.10

This commit is contained in:
Frank Martinez
2025-11-25 07:34:03 -05:00
parent cbc30e5d07
commit 4df949fa3a

View File

@@ -82,7 +82,7 @@ persistent=yes
# Minimum Python version to use for version dependent checks. Will default to
# the version used to run pylint.
py-version=3.8
py-version=3.10
# Discover python modules and packages in the file system subtree.
recursive=no