mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[core] Drop Python 3.11 support (#17280)
This commit is contained in:
+3
-3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user