Skip to content

Commit

Permalink
AppVeyor: Build Windows releases against Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Sep 19, 2018
1 parent 81181f9 commit 4d048ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4d048ef

Please sign in to comment.