Skip to content

Commit 8382f08

Browse files
authored
Test Windows on Python 3.14, not 3.13 (#328)
1 parent 0f957f2 commit 8382f08

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/node-gyp.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/nodejs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)