Drop Python 3.10 support (#97007)

This commit is contained in:
Franck Nijhof
2023-07-22 23:03:45 +02:00
committed by GitHub
parent 9424d11408
commit ce1f5f997e
12 changed files with 13 additions and 22 deletions

View File

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