From 8d33090868581bdc4ada77d3126e78e9113aa9b6 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Mon, 3 Jun 2024 13:22:41 -0700 Subject: [PATCH] update mypy python_version to use --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9742134..67eac7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [mypy] -python_version = 3.10 +python_version = 3.12 show_error_codes = true ignore_errors = true follow_imports = silent