chore: Update python version in setup.cfg

This commit is contained in:
Evan Fiordeliso 2023-06-17 16:48:59 -04:00
parent 16107f839f
commit 39a3bbaf99
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ forced_separate = tests
combine_as_imports = true combine_as_imports = true
[mypy] [mypy]
python_version = 3.7 python_version = 3.11.4
ignore_errors = true ignore_errors = true
follow_imports = silent follow_imports = silent
ignore_missing_imports = true ignore_missing_imports = true