From 6234c237080930554973e4255b0249c3bb55da90 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 17 Mar 2026 13:03:17 -0600 Subject: [PATCH] Update pylintrc py-version from 3.9 to 3.13 The Foundry Python runtime is 3.13. Update pylint target to match so linting validates against the correct language features. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index e765b71..dcb005d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -80,7 +80,7 @@ persistent=yes # Minimum Python version to use for version dependent checks. Will default to # the version used to run pylint. -py-version=3.9 +py-version=3.13 # Discover python modules and packages in the file system subtree. recursive=no