From 2ef70f6094ef5a74a4ce4b1a9c6d9bff44385e35 Mon Sep 17 00:00:00 2001 From: Frank Martinez Date: Tue, 25 Nov 2025 07:34:03 -0500 Subject: [PATCH] Build: Update pylint minimum python version to 3.10 --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index b0c2a1e7c6..4ba8a461b0 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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