From: Bajusz Tamás Date: Fri, 30 Jul 2021 15:46:33 +0000 (+0200) Subject: Add Python3.9 support to appveyor (#338) X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=332fad2850a998cb321ff4060cde8cfaace3c931;p=fairystockfish.git Add Python3.9 support to appveyor (#338) --- diff --git a/appveyor_python.yml b/appveyor_python.yml index e8eae81..38f4356 100644 --- a/appveyor_python.yml +++ b/appveyor_python.yml @@ -5,6 +5,7 @@ environment: - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python38-x64" + - PYTHON: "C:\\Python39-x64" init: - "ECHO %PYTHON% %PYTHON_ARCH% %MSVC_VERSION%"