|
28 | 28 |
|
29 | 29 | strategy: |
30 | 30 | matrix: |
31 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 31 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
32 | 32 | os: [ubuntu-22.04, windows-2019] |
33 | 33 |
|
34 | 34 | permissions: |
@@ -107,7 +107,7 @@ jobs: |
107 | 107 |
|
108 | 108 | strategy: |
109 | 109 | matrix: |
110 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 110 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
111 | 111 |
|
112 | 112 | continue-on-error: true |
113 | 113 |
|
@@ -205,7 +205,7 @@ jobs: |
205 | 205 |
|
206 | 206 | strategy: |
207 | 207 | matrix: |
208 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 208 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
209 | 209 |
|
210 | 210 | continue-on-error: true |
211 | 211 |
|
@@ -331,7 +331,7 @@ jobs: |
331 | 331 |
|
332 | 332 | strategy: |
333 | 333 | matrix: |
334 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 334 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
335 | 335 | os: [ubuntu-22.04, windows-2019] |
336 | 336 |
|
337 | 337 | runs-on: ${{ matrix.os }} |
@@ -406,7 +406,7 @@ jobs: |
406 | 406 | channels: conda-forge |
407 | 407 | conda-remove-defaults: 'true' |
408 | 408 | run-post: 'false' |
409 | | - python-version: '3.12' |
| 409 | + python-version: '3.13' |
410 | 410 | activate-environment: 'cleanup' |
411 | 411 |
|
412 | 412 | - name: Install anaconda-client |
|
0 commit comments