From 2f583a8369ef5b67c4438c40d17721d31db952a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 27 Nov 2024 15:50:21 +0100 Subject: [PATCH] doc: gsg: warn against using Python 3.13 on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- doc/develop/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop/getting_started/index.rst b/doc/develop/getting_started/index.rst index b82206b8edf6..a79b3489acc6 100644 --- a/doc/develop/getting_started/index.rst +++ b/doc/develop/getting_started/index.rst @@ -190,7 +190,7 @@ The current minimum required version for the main dependencies are: .. 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. #. Close the terminal window.