From c73c3f3cc31b5b9ab49ce80822c3b2ed264d2850 Mon Sep 17 00:00:00 2001 From: fruffy Date: Tue, 7 Feb 2023 09:23:34 -0500 Subject: [PATCH] Update version. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 9aac1853e79..aef595ec99e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -84,7 +84,7 @@ persistent=yes # Minimum Python version to use for version dependent checks. Will default to # the version used to run pylint. -py-version=3.10 +py-version=3.8 # Discover python modules and packages in the file system subtree. recursive=no