Skip to content

Commit bfb7cc7

Browse files
committed
Drop now-unnecessary Python 3.11 workaround
1 parent 10c0858 commit bfb7cc7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
check-latest: true
3232
cache: 'npm'
3333

34-
# Due to https://github.com/nodejs/node-gyp/issues/2869, node-gyp fails
35-
# in latest GH runners, due to Python 3.12 incompatibility:
36-
- uses: actions/setup-python@v5
37-
with:
38-
python-version: '3.11'
39-
4034
# Due to https://github.com/electron-userland/electron-builder/issues/3901
4135
# Electron-Builder fails to produce deb packages on arm64 without this:
4236
- name: Install system FPM to fix ARM64 Linux builds

0 commit comments

Comments
 (0)