From 11f4b5aacf62b030990878faab9e9a16e5722b42 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Wed, 19 May 2021 19:20:03 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index aa3ef7b..f77f3ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,14 @@ environment: CONFIG: Release PYTHON: "C:\\Python37-x64" PYTHON_ARCH: 64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + CONFIG: Release + PYTHON: "C:\\Python38-x64" + PYTHON_ARCH: 64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + CONFIG: Release + PYTHON: "C:\\Python39-x64" + PYTHON_ARCH: 64 install: - set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%