Skip to content

Commit

Permalink
explicit images for each Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Oct 4, 2023
1 parent 0a7b9ac commit c13950f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# fetch repository as a zip archive
shallow_clone: true # default is "false"

image: Visual Studio 2019

environment:

matrix:
Expand All @@ -18,46 +16,55 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
UIA_SUPPORT: "NO"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32"
UIA_SUPPORT: "NO"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- PYTHON: "C:\\Python39"
PYTHON_VERSION: "3.9"
PYTHON_ARCH: "32"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

- PYTHON: "C:\\Python310-x64"
PYTHON_VERSION: "3.10"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

- PYTHON: "C:\\Python311-x64"
PYTHON_VERSION: "3.11"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

#init:
# Enable RDP.
Expand Down

0 comments on commit c13950f

Please sign in to comment.