From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id B6B023858402; Thu, 24 Feb 2022 11:10:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6B023858402 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon TURNEY To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_3-branch] Cygwin: Update CI configuration for python version change X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/cygwin-3_3-branch X-Git-Oldrev: 132e133f1c5be9a44f33f07e374638ac1485f962 X-Git-Newrev: 14acfbd42ad0884a6f47ff48024399e7cce9e41a Message-Id: <20220224111036.B6B023858402@sourceware.org> Date: Thu, 24 Feb 2022 11:10:36 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2022 11:10:36 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D14acfbd42ad= 0884a6f47ff48024399e7cce9e41a commit 14acfbd42ad0884a6f47ff48024399e7cce9e41a Author: Jon Turney Date: Thu Dec 30 00:33:28 2021 +0000 Cygwin: Update CI configuration for python version change =20 Update the python version for python-lxml and python-ply packages. =20 '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. =20 (cherry picked from commit 54b6c0e81f05ab2f047df64716f3fa2da3e7e2b1) Diff: --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 698366702..8c03a3f72 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" =20 build_script: >- %CYGWIN_ROOT%/bin/bash -lc "