From 8d57765d472e50bc1ae9170cd0731a36f3b3ce0b Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Tue, 2 Sep 2025 20:08:00 +0200 Subject: [PATCH] fix(tasks): update mypy baseline to Python 3.9 --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 9707cd9..65967d0 100644 --- a/tasks.py +++ b/tasks.py @@ -147,7 +147,7 @@ def lint_mypy(context): --disable-error-code=misc --cache-dir=build/mypy --strict - --python-version=3.8 + --python-version=3.9 """, )