Build: Update pylint minimum python version to 3.10

(cherry picked from commit 2ef70f6094)
This commit is contained in:
Frank Martinez
2025-11-25 13:56:58 -03:00
committed by Adrián Insaurralde Avalos
parent a0a8d7760b
commit 9b934a45db
+1 -1
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