Skip to content

Commit d9edbcb

Browse files
committed
appveyor: build and test on Python 3.7
1 parent 9bcb3e2 commit d9edbcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ environment:
4242
PYTHON_ARCH: "64"
4343
OPENSSL_LIB: "openssl-1.0.2k-vs2015"
4444

45+
- PYTHON: "C:\\Python37-x64"
46+
PYTHON_ARCH: "64"
47+
OPENSSL_LIB: "openssl-1.0.2k-vs2015"
48+
4549
install:
4650
- "%PYTHON%\\python.exe -m pip install wheel"
4751

0 commit comments

Comments
 (0)