Skip to content

Commit 8b1a122

Browse files
committed
feat: add 3.14t experimental support for macOS arm64 and Windows builds
1 parent eeb2da6 commit 8b1a122

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
needs: [generate-license, lint-rust, lint-python]
250250
name: macOS arm64 & Windows
251251
runs-on: ${{ matrix.os }}
252+
continue-on-error: ${{ matrix.experimental || false }}
252253
strategy:
253254
fail-fast: false
254255
matrix:
@@ -274,6 +275,7 @@ jobs:
274275
- os: macos-latest
275276
python-version: "3.14t"
276277
python-tag: cp314t
278+
experimental: true
277279
- os: windows-latest
278280
python-version: "3.10"
279281
python-tag: cp310
@@ -295,6 +297,7 @@ jobs:
295297
- os: windows-latest
296298
python-version: "3.14t"
297299
python-tag: cp314t
300+
experimental: true
298301
steps:
299302
- uses: actions/checkout@v6
300303

@@ -375,6 +378,7 @@ jobs:
375378
if: inputs.build_mode == 'release'
376379
needs: [generate-license, lint-rust, lint-python]
377380
runs-on: macos-15-intel
381+
continue-on-error: ${{ matrix.experimental || false }}
378382
strategy:
379383
fail-fast: false
380384
matrix:
@@ -393,6 +397,7 @@ jobs:
393397
python-tag: cp313t
394398
- python-version: "3.14t"
395399
python-tag: cp314t
400+
experimental: true
396401
steps:
397402
- uses: actions/checkout@v6
398403

0 commit comments

Comments
 (0)