From 4d048efb2ca5f188355ad7073d18b74635ac342f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 19 Sep 2018 13:30:40 +0200 Subject: [PATCH] AppVeyor: Build Windows releases against Python 3.7 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 62ec89e1cc..d02d21e2be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,16 +11,16 @@ environment: secure: +3IhWT10lCSC4GE4gGfWt8WiZdIXuMUfaImgvQUullg= matrix: - QTDIR: C:\Qt\5.9.5\msvc2013_64 - PYTHONHOME: C:\Python36-x64 + PYTHONHOME: C:\Python37-x64 PUSH_RELEASE: true TILED_ITCH_CHANNEL: windows-64bit - QTDIR: C:\Qt\5.9.5\mingw53_32 - PYTHONHOME: C:\Python36 + PYTHONHOME: C:\Python37 MINGW: C:\Qt\Tools\mingw530_32 PUSH_RELEASE: true TILED_ITCH_CHANNEL: windows-32bit - QTDIR: C:\Qt\5.6\mingw49_32 - PYTHONHOME: C:\Python36 + PYTHONHOME: C:\Python37 MINGW: C:\Qt\Tools\mingw492_32 PUSH_RELEASE: false TILED_ITCH_CHANNEL: winxp-32bit