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 0fca304912
commit 2ef70f6094

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