Skip to content

Commit 9e20a27

Browse files
Build and test for Python 3.13
1 parent b193c80 commit 9e20a27

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']
27+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2828
steps:
2929
- uses: actions/checkout@v4.2.2
3030
with:
@@ -80,7 +80,7 @@ jobs:
8080

8181
strategy:
8282
matrix:
83-
python: ['3.9', '3.10', '3.11', '3.12']
83+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
8484
steps:
8585
- uses: actions/checkout@v4.2.2
8686
with:
@@ -145,7 +145,7 @@ jobs:
145145

146146
strategy:
147147
matrix:
148-
python: ['3.9', '3.10', '3.11', '3.12']
148+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
149149
experimental: [false]
150150
runner: [ubuntu-22.04]
151151
continue-on-error: ${{ matrix.experimental }}
@@ -239,7 +239,7 @@ jobs:
239239
shell: cmd /C CALL {0}
240240
strategy:
241241
matrix:
242-
python: ['3.9', '3.10', '3.11', '3.12']
242+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
243243
experimental: [false]
244244
runner: [windows-2019]
245245
continue-on-error: ${{ matrix.experimental }}
@@ -408,7 +408,7 @@ jobs:
408408
timeout-minutes: 20
409409
strategy:
410410
matrix:
411-
python: ['3.9', '3.10', '3.11', '3.12']
411+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
412412
steps:
413413
- name: Download conda artifact
414414
uses: actions/download-artifact@v4
@@ -445,7 +445,7 @@ jobs:
445445
timeout-minutes: 20
446446
strategy:
447447
matrix:
448-
python: ['3.9', '3.10', '3.11', '3.12']
448+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
449449
steps:
450450
- name: Download artifact
451451
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)