Re-enable the Windows python 3.8 build

This commit is contained in:
Ben Brown 2020-08-24 21:00:11 +01:00
parent 5e9053988f
commit cbad2be774

View File

@ -73,17 +73,15 @@ environment:
PYTHON64_LIBRARY: "C:\\Python37-x64\\libs\\python37.lib"
# Python 3.8
# Skip due to the following error:
# Fatal Python error : _PyInterpreterState_Get(): no current thread state
# - PYTHON_VERSION: "3.8"
# PYTHON32_PATH: "C:\\Python38"
# PYTHON32_INCLUDE: "C:\\Python38\\include"
# PYTHON32_BINARY: "C:\\Python38\\python.exe"
# PYTHON32_LIBRARY: "C:\\Python38\\libs\\python38.lib"
# PYTHON64_PATH: "C:\\Python38-x64"
# PYTHON64_INCLUDE: "C:\\Python38-x64\\include"
# PYTHON64_BINARY: "C:\\Python38-x64\\python.exe"
# PYTHON64_LIBRARY: "C:\\Python38-x64\\libs\\python38.lib"
- PYTHON_VERSION: "3.8"
PYTHON32_PATH: "C:\\Python38"
PYTHON32_INCLUDE: "C:\\Python38\\include"
PYTHON32_BINARY: "C:\\Python38\\python.exe"
PYTHON32_LIBRARY: "C:\\Python38\\libs\\python38.lib"
PYTHON64_PATH: "C:\\Python38-x64"
PYTHON64_INCLUDE: "C:\\Python38-x64\\include"
PYTHON64_BINARY: "C:\\Python38-x64\\python.exe"
PYTHON64_LIBRARY: "C:\\Python38-x64\\libs\\python38.lib"
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.