Skip to content

Commit

Permalink
AppVeyor: Update to VS 2022 image, prepare for Python 3.11
Browse files Browse the repository at this point in the history
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: appveyor/ci#3844
  • Loading branch information
EwoutH committed Nov 2, 2022
1 parent 77413c2 commit 90eeb3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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
Expand Down

0 comments on commit 90eeb3b

Please sign in to comment.