Skip to content

Commit

Permalink
Try explicitly setting AppVeyor image to VS2022
Browse files Browse the repository at this point in the history
AppVeyor can't seem to find a python.exe in the path specified for
Python 3.9 or later, so let's explicitly set the image version just in
case somehow an older image is being used— AppVeyor doesn't say which
image is in use on a build's page…?
  • Loading branch information
colindean committed Dec 16, 2022
1 parent 74a386a commit 69472db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# What Python version is installed where:
# http://www.appveyor.com/docs/installed-software#python

# Deprecated's package version, sync with setup.py
version: 1.2.14.{build}
# Explicitly set base image to use
image: Visual Studio 2022

environment:
matrix:
# What Python version is installed where:
# https://www.appveyor.com/docs/windows-images-software/#python
- PYTHON: "C:\\Python37"
TOX_ENV: "py37"

Expand Down

0 comments on commit 69472db

Please sign in to comment.