Skip to content

Commit

Permalink
CI: Upgrade Python to at least 3.8
Browse files Browse the repository at this point in the history
Latest node-gyp requires 3.8, Python 3.7 is EOL
  • Loading branch information
lovell committed Jul 17, 2024
1 parent 2f0bbeb commit 2818320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2818320

Please sign in to comment.