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 https://github.com/zephyrproject-rtos/windows-curses/issues/69

Fixes #81543.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-11-27 15:50:21 +01:00 committed by Benjamin Cabé
commit 2f583a8369

View file

@ -190,7 +190,7 @@ The current minimum required version for the main dependencies are:
.. warning:: .. warning::
As of November 2023, Python 3.12 is not recommended for Zephyr development on Windows, As of November 2024, Python 3.13 is not recommended for Zephyr development on Windows,
as some required Python dependencies may be difficult to install. as some required Python dependencies may be difficult to install.
#. Close the terminal window. #. Close the terminal window.