From 2aabe8d27e0bef1150c6b3bd5676e816a84f822c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 6 Oct 2021 17:07:58 +1100 Subject: [PATCH] Update tests.yml --- .appveyor/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml index 2ca43635..22090b86 100644 --- a/.appveyor/tests.yml +++ b/.appveyor/tests.yml @@ -6,6 +6,8 @@ environment: matrix: # For Python versions available on Appveyor, see # https://www.appveyor.com/docs/windows-images-software/#python + - {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"} - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "39", PY_ARCH: "64"} - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "38", PY_ARCH: "32"}