[core] Drop Python 3.11 support (#17280)

This commit is contained in:
Jonathan Swoboda
2026-06-29 12:32:28 -04:00
committed by GitHub
parent 2778c62d07
commit b8690c8e31
16 changed files with 58 additions and 152 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Home Automation",
]
requires-python = ">=3.11.0,<3.15"
requires-python = ">=3.12.0,<3.15"
dynamic = ["dependencies", "optional-dependencies", "version"]
@@ -62,7 +62,7 @@ addopts = [
]
[tool.pylint.MAIN]
py-version = "3.11"
py-version = "3.12"
ignore = [
"api_pb2.py",
]
@@ -106,7 +106,7 @@ expected-line-ending-format = "LF"
[tool.ruff]
required-version = ">=0.5.0"
target-version = "py311"
target-version = "py312"
exclude = ['generated']
[tool.ruff.lint]