From 7409a328794541bba110db769a9ff0b5daf48522 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 2 Nov 2021 18:03:06 +0100 Subject: [PATCH] win build: bump python 3.8.8->3.9.7 --- 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 99f362061..f5e372973 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.8.8 +PYTHON_VERSION=3.9.7 # Let's begin!