File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,13 @@ jobs:
1111 matrix :
1212 os : [macos-latest, ubuntu-latest, windows-latest]
1313 python-version : ["3.10", "3.12", "3.14"]
14- exclude :
15- # Windows on Python 3.14 is blocked by nodejs/node#59983
16- - os : windows-latest
17- python-version : " 3.14"
1814 include :
19- - os : windows-latest # Windows on Python 3.13 instead of 3.14
20- python-version : " 3.13"
2115 - os : macos-15-intel # macOS on Intel
2216 python-version : " 3.14"
2317 - os : ubuntu-24.04-arm # Ubuntu on ARM
2418 python-version : " 3.14"
2519 - os : windows-11-arm # Windows on ARM
26- python-version : " 3.13 " # Windows on Python 3.13 instead of 3.14
20+ python-version : " 3.14 "
2721 runs-on : ${{ matrix.os }}
2822 steps :
2923 - name : Clone gyp-next
Original file line number Diff line number Diff line change @@ -11,19 +11,13 @@ jobs:
1111 matrix :
1212 os : [macos-latest, ubuntu-latest, windows-latest]
1313 python-version : ["3.10", "3.12", "3.14"]
14- exclude :
15- # Windows on Python 3.14 is blocked by nodejs/node#59983
16- - os : windows-latest
17- python-version : " 3.14"
1814 include :
19- - os : windows-latest # Windows on Python 3.13 instead of 3.14
20- python-version : " 3.13"
2115 - os : macos-15-intel # macOS on Intel
2216 python-version : " 3.14"
2317 - os : ubuntu-24.04-arm # Ubuntu on ARM
2418 python-version : " 3.14"
2519 - os : windows-11-arm # Windows on ARM
26- python-version : " 3.13 " # Windows on Python 3.13 instead of 3.14
20+ python-version : " 3.14 "
2721
2822 runs-on : ${{ matrix.os }}
2923 steps :
You can’t perform that action at this time.
0 commit comments