Skip to content

Commit 2f583a8

Browse files
committed
doc: gsg: warn against using Python 3.13 on Windows
History seems to repeat itself and we need to momentarily discourage folks to use Python 3.13 on Windows until windows-curses releases a PyPI package that works with it. See zephyrproject-rtos/windows-curses#69 Fixes #81543. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 18a3f6f commit 2f583a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The current minimum required version for the main dependencies are:
190190
191191
.. warning::
192192

193-
As of November 2023, Python 3.12 is not recommended for Zephyr development on Windows,
193+
As of November 2024, Python 3.13 is not recommended for Zephyr development on Windows,
194194
as some required Python dependencies may be difficult to install.
195195

196196
#. Close the terminal window.

0 commit comments

Comments
 (0)