We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1577a46 commit 7394cbfCopy full SHA for 7394cbf
pyproject.toml
@@ -19,7 +19,9 @@ classifiers = [
19
"Programming Language :: Python :: 3",
20
"Topic :: Home Automation",
21
]
22
-requires-python = ">=3.11.0"
+
23
+# Python 3.14 is currently not supported by IDF <= 5.5.1, see https://github.com/esphome/esphome/issues/11502
24
+requires-python = ">=3.11.0,<3.14"
25
26
dynamic = ["dependencies", "optional-dependencies", "version"]
27
0 commit comments