Skip to content

Commit

Permalink
Appveyor.yml: All supported Python versions are available on the newe…
Browse files Browse the repository at this point in the history
…st image, VS 2022, which we need to compile. So use it.
  • Loading branch information
jamadden committed Sep 12, 2024
1 parent fb532ec commit 8cb3791
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ shallow_clone: true
build:
parallel: true
verbosity: minimal
# The VS 2019 image doesn't have
# the MSVC needed for Python 2.7.
# Note that as of 2020-11-11, this does not include
# a Python 3.9 build.
image: Visual Studio 2015

image: Visual Studio 2022

environment:
global:
Expand Down Expand Up @@ -46,43 +43,43 @@ environment:
PYTHON_VERSION: "3.13.0"
PYTHON_ARCH: "64"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022


- PYTHON: "C:\\Python312-x64"
PYTHON_VERSION: "3.12.0"
PYTHON_ARCH: "64"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022


- PYTHON: "C:\\Python311-x64"
PYTHON_VERSION: "3.11.0"
PYTHON_ARCH: "64"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022


- PYTHON: "C:\\Python310-x64"
PYTHON_VERSION: "3.10.0"
PYTHON_ARCH: "64"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022


- PYTHON: "C:\\Python39-x64"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.9.x"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019


- PYTHON: "C:\\Python38-x64"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.8.x"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019


- PYTHON: "C:\\Python37-x64"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.7.x"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019


# Tested 32-bit versions. A small, hand-picked selection covering
# important variations. No need to include newer versions of
Expand All @@ -92,7 +89,7 @@ environment:
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.9.x"
PYTHON_EXE: python
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019



# Untested 64-bit versions. We don't expect any variance here from
Expand Down

0 comments on commit 8cb3791

Please sign in to comment.