Skip to content

Commit 6ed85f2

Browse files
Update installing_esphome.md (#5504)
* Update installing_esphome.md The Python version 3.14 is not working because ast.Str class was removed in Python 3.14 * Update installing_esphome.md * Update content/guides/installing_esphome.md --------- Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
1 parent a188e3d commit 6ed85f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/installing_esphome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Installing ESPHome Manually"
55

66
## Windows
77

8-
Download Python from [the official site](https://www.python.org/downloads/).
8+
Download Python from [the official site](https://www.python.org/downloads/). Confirm that the version is at least 3.11; versions 3.14 or higher are not yet recommended.
99

1010
{{< img src="python-win-installer.png"
1111
alt="Python installer window with arrows pointing to \"Add Python to PATH\" and \"Install Now\""

0 commit comments

Comments
 (0)