Merge branch 'appveyor-py38-again' into 'master'

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

See merge request openlp/openlp!289
This commit is contained in:
Tomas Groth 2021-01-20 19:30:22 +00:00
commit 9f41ce1159
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