From e5da89f27f9527bc10cf67164332d110ccabf39b Mon Sep 17 00:00:00 2001 From: nir0s Date: Mon, 30 Mar 2020 23:13:16 +0300 Subject: [PATCH] Use Python 3.8 in the Windows build --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5e0841b..9662378 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ environment: matrix: - - PYTHON: C:\Python27 - PYTHON_VERSION: 2.7.8 - PYTHON_ARCH: 32 + - PYTHON: C:\Python38 + PYTHON_VERSION: 3.8 + PYTHON_ARCH: 64 install: @@ -10,8 +10,8 @@ install: # Change Python Registry ################################# - - reg ADD HKCU\Software\Python\PythonCore\2.7\InstallPath /ve /d "C:\Python27" /t REG_SZ /f - - reg ADD HKLM\Software\Python\PythonCore\2.7\InstallPath /ve /d "C:\Python27" /t REG_SZ /f + - reg ADD HKCU\Software\Python\PythonCore\2.8\InstallPath /ve /d "C:\Python38" /t REG_SZ /f + - reg ADD HKLM\Software\Python\PythonCore\2.8\InstallPath /ve /d "C:\Python38" /t REG_SZ /f ################################# # Installing Inno Setup