Skip to content

Commit e203e4e

Browse files
authored
chore(ci): Test on Python 3.14 release candidate 3
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 Also, upgrade from deprecated `macos-13` to `macos-15-intel`. The currently available GitHub Actions macOS runners are: | macOS Version | runner.arch | |---------------|-------------| | macos-13 | X64 | | macos-14 | ARM64 | | macos-15 | ARM64 | | macos-15-intel | X64 | | macos-26 | ARM64 | | macos-latest | ARM64 | * Let's prepare for actions/runner-images#13046
1 parent 488d402 commit e203e4e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/node-gyp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
matrix:
1212
node-version: ["22"]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
14-
python-version: ["3.9", "3.11", "3.13"]
14+
python-version: ["3.10", "3.12", "3.14"]
1515
include:
1616
- node-version: "22"
17-
os: macos-13 # macOS on Intel
18-
python-version: "3.13"
17+
os: macos-15-intel # macOS on Intel
18+
python-version: "3.14"
1919
- node-version: "22"
2020
os: ubuntu-24.04-arm # Ubuntu on ARM
21-
python-version: "3.13"
21+
python-version: "3.14"
2222
- node-version: "22"
2323
os: windows-11-arm # Windows on ARM
24-
python-version: "3.13"
24+
python-version: "3.14"
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Clone gyp-next

0 commit comments

Comments
 (0)