From 8001f00c4f717b0fdb2f23e9d74b8933ab695ec4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 28 Jun 2022 13:01:55 +0200 Subject: [PATCH] AppVeyor: Add one Visual Studio 2022 test --- .appveyor/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml index 21ed9ee5..b994f50f 100644 --- a/.appveyor/tests.yml +++ b/.appveyor/tests.yml @@ -6,6 +6,7 @@ environment: matrix: # For Python versions available on Appveyor, see # https://www.appveyor.com/docs/windows-images-software/#python + - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022, PY_VER: "310", PY_ARCH: "64"} - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "310", PY_ARCH: "32"} - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "310", PY_ARCH: "64"} - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "39", PY_ARCH: "32"}