|
24 | 24 |
|
25 | 25 | strategy:
|
26 | 26 | matrix:
|
27 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 27 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
28 | 28 | steps:
|
29 | 29 | - uses: actions/checkout@v4.2.2
|
30 | 30 | with:
|
|
80 | 80 |
|
81 | 81 | strategy:
|
82 | 82 | matrix:
|
83 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 83 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
84 | 84 | steps:
|
85 | 85 | - uses: actions/checkout@v4.2.2
|
86 | 86 | with:
|
@@ -145,7 +145,7 @@ jobs:
|
145 | 145 |
|
146 | 146 | strategy:
|
147 | 147 | matrix:
|
148 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 148 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
149 | 149 | experimental: [false]
|
150 | 150 | runner: [ubuntu-22.04]
|
151 | 151 | continue-on-error: ${{ matrix.experimental }}
|
@@ -239,7 +239,7 @@ jobs:
|
239 | 239 | shell: cmd /C CALL {0}
|
240 | 240 | strategy:
|
241 | 241 | matrix:
|
242 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 242 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
243 | 243 | experimental: [false]
|
244 | 244 | runner: [windows-2019]
|
245 | 245 | continue-on-error: ${{ matrix.experimental }}
|
@@ -408,7 +408,7 @@ jobs:
|
408 | 408 | timeout-minutes: 20
|
409 | 409 | strategy:
|
410 | 410 | matrix:
|
411 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 411 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
412 | 412 | steps:
|
413 | 413 | - name: Download conda artifact
|
414 | 414 | uses: actions/download-artifact@v4
|
@@ -445,7 +445,7 @@ jobs:
|
445 | 445 | timeout-minutes: 20
|
446 | 446 | strategy:
|
447 | 447 | matrix:
|
448 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 448 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
449 | 449 | steps:
|
450 | 450 | - name: Download artifact
|
451 | 451 | uses: actions/download-artifact@v4
|
|
0 commit comments