Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.10", "3.12", "3.14"]
exclude:
# Windows on Python 3.14 is blocked by nodejs/node#59983
- os: windows-latest
python-version: "3.14"
include:
- os: windows-latest # Windows on Python 3.13 instead of 3.14
python-version: "3.13"
- os: macos-15-intel # macOS on Intel
python-version: "3.14"
- os: ubuntu-24.04-arm # Ubuntu on ARM
python-version: "3.14"
- os: windows-11-arm # Windows on ARM
python-version: "3.13" # Windows on Python 3.13 instead of 3.14
python-version: "3.14"
runs-on: ${{ matrix.os }}
steps:
- name: Clone gyp-next
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.10", "3.12", "3.14"]
exclude:
# Windows on Python 3.14 is blocked by nodejs/node#59983
- os: windows-latest
python-version: "3.14"
include:
- os: windows-latest # Windows on Python 3.13 instead of 3.14
python-version: "3.13"
- os: macos-15-intel # macOS on Intel
python-version: "3.14"
- os: ubuntu-24.04-arm # Ubuntu on ARM
python-version: "3.14"
- os: windows-11-arm # Windows on ARM
python-version: "3.13" # Windows on Python 3.13 instead of 3.14
python-version: "3.14"

runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading