From 39a3bbaf995b8cddb53c563c078d927d7efb9d70 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Sat, 17 Jun 2023 16:48:59 -0400 Subject: [PATCH] chore: Update python version in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6197927..89c015e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ forced_separate = tests combine_as_imports = true [mypy] -python_version = 3.7 +python_version = 3.11.4 ignore_errors = true follow_imports = silent ignore_missing_imports = true