Fix python to 3.9.13 version in Windows contrib

This commit is contained in:
Filipe PINTO 2023-03-22 13:30:30 +01:00 committed by Fabrice Reix
parent a2655d9196
commit f7d65d7cf2
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155

View File

@ -28,7 +28,7 @@ Install git, llvm, nsis and python3
```powershell
choco install --confirm --no-progress git winlibs-llvm-free nsis
choco install --confirm --no-progress python3 --version "3.8.0"
choco install --confirm --no-progress python3 --version "3.9.13"
python -m pip install --upgrade pip --quiet
```