From afaa1e28468fe8915f50d29d33c82f8b804b8dce Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:47:54 +0200 Subject: [PATCH] [3.4] Bump Python version in install guides to 3.9.13 (#5719) Bump Python version in install guides to 3.9.13 --- docs/install_guides/_includes/install-python-pyenv.rst | 4 ++-- docs/install_guides/windows.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install_guides/_includes/install-python-pyenv.rst b/docs/install_guides/_includes/install-python-pyenv.rst index 438ca33ba..48af3bdbd 100644 --- a/docs/install_guides/_includes/install-python-pyenv.rst +++ b/docs/install_guides/_includes/install-python-pyenv.rst @@ -10,7 +10,7 @@ virtual environment. .. prompt:: bash - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.9 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.13 -v This may take a long time to complete, depending on your hardware. For some machines (such as Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove @@ -22,6 +22,6 @@ After that is finished, run: .. prompt:: bash - pyenv global 3.9.9 + pyenv global 3.9.13 Pyenv is now installed and your system should be configured to run Python 3.9. diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index 9c3ad218d..3806b34ad 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -31,7 +31,7 @@ Then run each of the following commands: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade visualstudio2019-workload-vctools -y - choco upgrade python3 -y --version 3.9.9 + choco upgrade python3 -y --version 3.9.13 For Audio support, you should also run the following command before exiting: