From 54b6c0e81f05ab2f047df64716f3fa2da3e7e2b1 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 30 Dec 2021 00:33:28 +0000 Subject: Cygwin: Update CI configuration for python version change Update the python version for python-lxml and python-ply packages. 'dblate' now depends on python39, so that will be installed and made the default by alternatives, so make sure that these python packages are also available for that python version. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 319793386..8919918fc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,8 +52,8 @@ texlive-collection-latexrecommended,\ texlive-collection-fontsrecommended,\ texlive-collection-pictures,\ xmlto,\ -python38-lxml,\ -python38-ply" +python39-lxml,\ +python39-ply" build_script: >- %CYGWIN_ROOT%/bin/bash -lc " -- cgit v1.2.3