From 33ad3d21667b40f7a732d71d7b41b97e8545346d Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Wed, 10 Aug 2022 03:32:13 +0200 Subject: [PATCH] [3.4] Remove Temurin version pin on Windows (#5815) (#5816) (cherry picked from commit 87a9c103692895ebd1a5150dc16f1cbac01a01d4) Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> --- docs/install_guides/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index f3e664d5d..df81ebe3d 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -37,7 +37,7 @@ For Audio support, you should also run the following command before exiting: .. prompt:: powershell - choco upgrade temurin11 -y --version 11.0.14.10100 + choco upgrade temurin11 -y From here, exit the prompt then continue onto `creating-venv-windows`.