[newlib-cygwin/main] Cygwin: CI: Update python module packages now python3.12 is the default

Jon Turney jturney@sourceware.org
Tue Sep 8 12:47:18 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=935d5dae0f0309f420ba85f284b226db67c25740

commit 935d5dae0f0309f420ba85f284b226db67c25740
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Sep 8 12:38:20 2026 +0100

    Cygwin: CI: Update python module packages now python3.12 is the default

Diff:
---
 .github/workflows/cygwin.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 75225df24..a47005d97 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -139,8 +139,8 @@ jobs:
           mingw64-${{ matrix.pkgarch }}-zlib,
           patch,
           perl,
-          python39-lxml,
-          python39-ply,
+          python3-lxml,
+          python3-ply,
           texlive-collection-fontsrecommended,
           texlive-collection-latexrecommended,
           texlive-collection-pictures,


More information about the Newlib-cvs mailing list