From 185d54de63693b3aa39d6e742adb7f7aa350adab Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 17 Mar 2022 18:09:04 +0100 Subject: [PATCH] win build: bump python 3.9.10->3.9.11 --- contrib/build-wine/prepare-wine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index eb59e7119212..1acfd7c6a70e 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -9,7 +9,7 @@ PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" PYINSTALLER_COMMIT="80ee4d613ecf75a1226b960a560ee01459e65ddb" # ^ tag 4.2, plus a custom commit that fixes cross-compilation with MinGW -PYTHON_VERSION=3.9.10 +PYTHON_VERSION=3.9.11 # Let's begin!