[3.4] Remove Temurin version pin on Windows (#5815) (#5816)

(cherry picked from commit 87a9c10369)

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2022-08-10 03:32:13 +02:00
committed by GitHub
parent 6f287ec2f3
commit 33ad3d2166

View File

@@ -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`.