File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,14 @@ jobs:
9898 python : ["3.10", "3.12", "3.14"]
9999 node : [20.x, 22.x, 24.x]
100100 include :
101- - os : windows-latest
102- python : " 3.13" # Windows on Python 3.13 instead of 3.14
103- node : 24.x
104101 - os : macos-15-intel # macOS on Intel
105102 python : " 3.14"
106103 node : 24.x
107104 - os : ubuntu-24.04-arm # Ubuntu on ARM
108105 python : " 3.14"
109106 node : 24.x
110107 - os : windows-11-arm # Windows on ARM
111- python : " 3.13 " # Windows on Python 3.13 instead of 3.14
108+ python : " 3.14 "
112109 node : 24.x
113110 name : ${{ matrix.os }} - ${{ matrix.python }} - ${{ matrix.node }}
114111 runs-on : ${{ matrix.os }}
@@ -128,8 +125,6 @@ jobs:
128125 with :
129126 python-version : ${{ matrix.python }}
130127 allow-prereleases : true
131- env :
132- PYTHON_VERSION : ${{ matrix.python }} # Why do this?
133128 - uses : seanmiddleditch/gha-setup-ninja@v6
134129 - name : Install wasi-sdk (Windows)
135130 shell : pwsh
@@ -180,4 +175,4 @@ jobs:
180175 shell : bash # Building wasm on Windows requires using make generator, it only works in bash
181176 run : npm run test --python="${pythonLocation}\\python.exe"
182177 env :
183- FULL_TEST : ${{ (matrix.node == '24.x' && matrix.python == '3.13 ') && '1' || '0' }}
178+ FULL_TEST : ${{ (matrix.node == '24.x' && matrix.python == '3.14 ') && '1' || '0' }}
You can’t perform that action at this time.
0 commit comments