twin binaries: bump python version (3.6.8->3.7.6) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1ac3a66d490f7fec6a3eff64e13940e07ebfad9a DIR parent 7e3d50a64190749770012cf2947ed6703762bd6d HTML Author: SomberNight <somber.night@protonmail.com> Date: Fri, 21 Feb 2020 19:02:38 +0100 win binaries: bump python version (3.6.8->3.7.6) finally possible, after bb94712a1490399d49bca812bd95ff3859b07b24 Diffstat: M contrib/build-wine/prepare-wine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh t@@ -17,7 +17,7 @@ PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" PYINSTALLER_COMMIT=e934539374e30d1500fcdbe8e4eb0860413935b2 # ^ tag 3.6, plus a custom commit that fixes cross-compilation with MinGW -PYTHON_VERSION=3.6.8 +PYTHON_VERSION=3.7.6 ## These settings probably don't need change export WINEPREFIX=/opt/wine64