From 8d235e04dbf2483d4a9a96649cc7d504da878c30 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 19 Jan 2021 21:22:27 +0100 Subject: [PATCH] Retry setting appveyor to set python version to 3.8 so that windows 7 is supported. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index af1529e8a..d92b02d95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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