Skip to content

Commit

Permalink
Added python 3.7 windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Jul 16, 2018
1 parent 3ed7afc commit 2c7ba5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ environment:
MSVC: "Visual Studio 14 Win64"
ARCH: x64_86

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32"
MSVC: "Visual Studio 14"
ARCH: i386

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
MSVC: "Visual Studio 14 Win64"
ARCH: x64_86

install:
# If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same
Expand Down

0 comments on commit 2c7ba5b

Please sign in to comment.