From 98e8865c454f145ae51ba491fee4a3051ac1fd5f Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 28 May 2025 12:58:07 -0700 Subject: [PATCH] Update documented min python version from 3.6 to 3.8 Oops, this should have been part of #23417 --- site/source/docs/getting_started/downloads.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/source/docs/getting_started/downloads.rst b/site/source/docs/getting_started/downloads.rst index a0394aecde39d..3ef3796a2e2aa 100644 --- a/site/source/docs/getting_started/downloads.rst +++ b/site/source/docs/getting_started/downloads.rst @@ -112,7 +112,7 @@ Platform-specific notes Windows +++++++ -#. Install Python 3.6 or newer (older versions may not work due to `a GitHub change with SSL `_). +#. Install Python 3.8 or newer. .. note:: Instead of running emscripten on Windows directly, you can use the Windows Subsystem for Linux to run it in a Linux environment. @@ -123,7 +123,7 @@ macOS .. note:: Emscripten requires macOS 10.14 Mojave or above. If you use the Emscripten SDK, it includes a bundled version of Python 3. -Otherwise, you will need to manually install and use Python 3.6 or newer. +Otherwise, you will need to manually install and use Python 3.8 or newer. These instructions explain how to install **all** the :ref:`required tools `. You can :ref:`test whether some of these are already