From 46191f1fdeffecfa46c9791f3d03b4f48f0e67a5 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 28 Oct 2023 11:41:40 +0200 Subject: [PATCH] ci(windows): add Python 3.12 to the testing grid --- .appveyor/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml index f460b4ba..0cf91dda 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 + - {PY_VER: "312", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019} + - {PY_VER: "312", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019} - {PY_VER: "311", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019} - {PY_VER: "311", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019} - {PY_VER: "310", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}