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.
This commit is contained in:
Jon Turney 2021-12-30 00:33:28 +00:00
parent e29279b011
commit 54b6c0e81f
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
2 changed files with 4 additions and 4 deletions

View File

@ -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 "

View File

@ -87,8 +87,8 @@ jobs:
mingw64-${{ matrix.pkgarch }}-zlib,
patch,
perl,
python38-lxml,
python38-ply,
python39-lxml,
python39-ply,
texlive-collection-fontsrecommended,
texlive-collection-latexrecommended,
texlive-collection-pictures,