Commit 65978ac0 by Victor M. Alvarez

Do not build with Python 3.7 until the fix for https://bugs.python.org/issue34251 is released.

parent a222005c
...@@ -72,17 +72,20 @@ environment: ...@@ -72,17 +72,20 @@ environment:
OPENSSL_LIB: "openssl-1.1.0e-vs2015" OPENSSL_LIB: "openssl-1.1.0e-vs2015"
VS: "Visual Studio 14 2015 Win64" VS: "Visual Studio 14 2015 Win64"
- PYTHON: "C:\\Python37" # Do not build with Python 3.7 until the fix for this issue is published:
PYTHON_VERSION: "3.7.x" # currently 3.7.0 # https://bugs.python.org/issue34251
PYTHON_ARCH: "32" #
OPENSSL_LIB: "openssl-1.1.0e-vs2015" #- PYTHON: "C:\\Python37"
VS: "Visual Studio 14 2015" # PYTHON_VERSION: "3.7.x" # currently 3.7.0
# PYTHON_ARCH: "32"
- PYTHON: "C:\\Python37-x64" # OPENSSL_LIB: "openssl-1.1.0e-vs2015"
PYTHON_VERSION: "3.7.x" # currently 3.7.0 # VS: "Visual Studio 14 2015"
PYTHON_ARCH: "64"
OPENSSL_LIB: "openssl-1.1.0e-vs2015" #- PYTHON: "C:\\Python37-x64"
VS: "Visual Studio 14 2015 Win64" # PYTHON_VERSION: "3.7.x" # currently 3.7.0
# PYTHON_ARCH: "64"
# OPENSSL_LIB: "openssl-1.1.0e-vs2015"
# VS: "Visual Studio 14 2015 Win64"
install: install:
# If there is a newer build queued for the same PR, cancel this one. # If there is a newer build queued for the same PR, cancel this one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment