From 98ad226ad659533211cb5879336248ad459c0c2e Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:06:35 +0100 Subject: [PATCH] py: drop Python 3.9 (in mypy) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 865fcd3..57c380b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ config-settings = 'setup-args=--vsenv build-dir=build' [tool.mypy] files = 'src' -python_version = '3.9' +python_version = '3.10' show_error_codes = true strict = true