From d3b9676f7fe6aaf388577c9a4c446bbe2f92c307 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 21 Nov 2021 22:34:38 +0100 Subject: [PATCH] Use newer VS image in appveyor to enable Py3.9/10 support. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 42eecd57b..344019035 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ version: 1.0.{build} +image: Visual Studio 2019 environment: matrix: @@ -7,7 +8,9 @@ environment: - python: 39 - python: 39-x64 - python: 27 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 - python: 27-x64 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 - python: 38 - python: 38-x64 - python: 37