Skip to content

Commit 5c0e3cd

Browse files
committed
Add 3.14 to public CI
1 parent 97d9d20 commit 5c0e3cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
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.9', '3.10', '3.11', '3.12', '3.13']
27+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2828
steps:
2929
- name: Cancel Previous Runs
3030
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
@@ -85,7 +85,7 @@ jobs:
8585

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

157157
strategy:
158158
matrix:
159-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
159+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
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.9', '3.10', '3.11', '3.12', '3.13']
255+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
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.9', '3.10', '3.11', '3.12', '3.13']
426+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
427427
steps:
428428
- name: Download conda artifact
429429
uses: actions/download-artifact@v5
@@ -467,7 +467,7 @@ jobs:
467467
timeout-minutes: 20
468468
strategy:
469469
matrix:
470-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
470+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
471471
steps:
472472
- name: Download artifact
473473
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)