From cbad2be7747d70080657b28993c3e49f5c082c81 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Mon, 24 Aug 2020 21:00:11 +0100 Subject: [PATCH] Re-enable the Windows python 3.8 build --- .appveyor.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a17d07f..fdea276 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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.