Skip to content

Commit 5cc6365

Browse files
committed
add free-threaded python to public CI workflows
1 parent c4a59f7 commit 5cc6365

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/conda-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
27+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
2828
steps:
2929
- name: Cancel Previous Runs
3030
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
@@ -85,7 +85,7 @@ jobs:
8585

8686
strategy:
8787
matrix:
88-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
88+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
8989
steps:
9090
- name: Cancel Previous Runs
9191
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
@@ -156,7 +156,7 @@ jobs:
156156

157157
strategy:
158158
matrix:
159-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
159+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
160160
experimental: [false]
161161
runner: [ubuntu-22.04]
162162
continue-on-error: ${{ matrix.experimental }}
@@ -252,7 +252,7 @@ jobs:
252252
shell: cmd /C CALL {0}
253253
strategy:
254254
matrix:
255-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
255+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
256256
experimental: [false]
257257
runner: [windows-latest]
258258
continue-on-error: ${{ matrix.experimental }}
@@ -423,7 +423,7 @@ jobs:
423423
timeout-minutes: 20
424424
strategy:
425425
matrix:
426-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
426+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
427427
steps:
428428
- name: Download conda artifact
429429
uses: actions/download-artifact@v7
@@ -467,7 +467,7 @@ jobs:
467467
timeout-minutes: 20
468468
strategy:
469469
matrix:
470-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
470+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
471471
steps:
472472
- name: Download artifact
473473
uses: actions/download-artifact@v7

.github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
30+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
3131
experimental: [false]
3232
runner: [ubuntu-22.04, ubuntu-24.04]
3333
continue-on-error: ${{ matrix.experimental }}
@@ -78,7 +78,7 @@ jobs:
7878
shell: cmd /C CALL {0}
7979
strategy:
8080
matrix:
81-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
81+
python: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
8282
experimental: [false]
8383
runner: [windows-latest]
8484

0 commit comments

Comments
 (0)