Skip to content

Commit

Permalink
Use a newer image for 3.9 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 11, 2020
1 parent e6d76d4 commit 937b5d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ build:
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

environment:
Expand All @@ -27,6 +29,13 @@ environment:

matrix:
# http://www.appveyor.com/docs/installed-software#python

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

- PYTHON: "C:\\Python27"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7.x"
Expand Down Expand Up @@ -77,15 +86,6 @@ environment:
PYTHON_VERSION: "3.8.x"
PYTHON_EXE: python

- PYTHON: "C:\\Python39"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.9.x"
PYTHON_EXE: python

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

cache:
- "%TMP%\\py\\"
Expand Down

0 comments on commit 937b5d4

Please sign in to comment.