Drop Python 3.11 support (#114220)

This commit is contained in:
Franck Nijhof
2024-03-26 12:51:14 +01:00
committed by GitHub
parent 31f5576b6e
commit 2388e2dda9
7 changed files with 24 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
# To update, run python3 -m script.hassfest -p mypy_config
[mypy]
python_version = 3.11
python_version = 3.12
plugins = pydantic.mypy
show_error_codes = true
follow_imports = silent