From 28183201a53962f70b2649641ae95b14676607bc Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 17 Jul 2024 08:54:48 +0100 Subject: [PATCH] CI: Upgrade Python to at least 3.8 Latest node-gyp requires 3.8, Python 3.7 is EOL --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3c246cee..4ece8f714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Dependencies (Rocky Linux glibc) if: contains(matrix.container, 'rockylinux') run: | - dnf install -y gcc-toolset-11-gcc-c++ make git python3 fontconfig google-noto-sans-fonts + dnf install -y gcc-toolset-11-gcc-c++ make git python3.12 fontconfig google-noto-sans-fonts echo "/opt/rh/gcc-toolset-11/root/usr/bin" >> $GITHUB_PATH - name: Dependencies (Linux musl) if: contains(matrix.container, 'alpine') @@ -131,7 +131,7 @@ jobs: matrix: include: - platform: linux-arm - distro: buster + distro: bullseye run_on_arch: armv6 nodejs_arch: armv6l nodejs_hostname: unofficial-builds.nodejs.org