From a91a8d60ccd5ca8e5f8e162d67b3b93444105235 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:53:59 +0200 Subject: Drop support for Python 3.7 (#2137) --- pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index 5d4498f3..1ee62c0d 100644 --- a/pylintrc +++ b/pylintrc @@ -39,7 +39,7 @@ unsafe-load-any-extension=no extension-pkg-whitelist= # Minimum supported python version -py-version = 3.7.2 +py-version = 3.8.0 [REPORTS] @@ -107,6 +107,7 @@ disable=fixme, # This one would help performance but we need to fix the pipeline first # and there are a lot of warning for it consider-using-f-string, + consider-using-assignment-expr, enable=useless-suppression -- cgit v1.2.1