From 87a9c103692895ebd1a5150dc16f1cbac01a01d4 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Wed, 10 Aug 2022 02:26:09 +0200 Subject: [PATCH] Remove Temurin version pin on Windows (#5815) --- 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 c3f4ad096..5cd117ba3 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -39,7 +39,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`.