Retry setting appveyor to set python version to 3.8 so that windows 7 is supported.

This commit is contained in:
Tomas Groth 2021-01-19 21:22:27 +01:00
parent 965dd70567
commit 8d235e04db
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ stack: python 3.8
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PY_DIR: C:\\Python39-x64
PY_DIR: C:\\Python38-x64
CHOCO_VLC_ARG:
FORCE_PACKAGING: 0
FORCE_PACKAGING_MANUAL: 0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PY_DIR: C:\\Python39
PY_DIR: C:\\Python38
CHOCO_VLC_ARG: --forcex86
FORCE_PACKAGING: 0
FORCE_PACKAGING_MANUAL: 0