Skip to content

Commit 2c7ba5b

Browse files
author
Pan
committed
Added python 3.7 windows builds
1 parent 3ed7afc commit 2c7ba5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ environment:
6060
MSVC: "Visual Studio 14 Win64"
6161
ARCH: x64_86
6262

63+
- PYTHON: "C:\\Python37"
64+
PYTHON_VERSION: "3.7"
65+
PYTHON_ARCH: "32"
66+
MSVC: "Visual Studio 14"
67+
ARCH: i386
68+
69+
- PYTHON: "C:\\Python37-x64"
70+
PYTHON_VERSION: "3.7"
71+
PYTHON_ARCH: "64"
72+
MSVC: "Visual Studio 14 Win64"
73+
ARCH: x64_86
74+
6375
install:
6476
# If there is a newer build queued for the same PR, cancel this one.
6577
# The AppVeyor 'rollout builds' option is supposed to serve the same

0 commit comments

Comments
 (0)