From f438c4e4592b7a76e15de0dda64e4930a6ddbb7b Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Thu, 20 Oct 2022 11:31:35 +0200 Subject: [PATCH] AppVeyor: Update to VS 2022 image, prepare for Python 3.11 This commit updates the AppVeyor configuration to use the Visual Studio 2022 image, and prepares for Python 3.11 support. AppVeyor needs to add Python 3.11 to their images before the Python 3.11 jobs can be uncommented. The feature request can be tracked here: https://github.com/appveyor/ci/issues/3844 --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 344019035..85b2b8617 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,10 @@ version: 1.0.{build} -image: Visual Studio 2019 +image: Visual Studio 2022 environment: matrix: +# - python: 311 # Blocked by https://github.com/appveyor/ci/issues/3844 +# - python: 311-x64 - python: 310 - python: 310-x64 - python: 39