|
31 | 31 | strategy: |
32 | 32 | fail-fast: false |
33 | 33 | matrix: |
34 | | - # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128 |
35 | | - # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83) |
36 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 34 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
37 | 35 | os: [ubuntu-22.04, windows-2022] |
38 | 36 |
|
39 | 37 | permissions: |
@@ -130,8 +128,7 @@ jobs: |
130 | 128 | strategy: |
131 | 129 | fail-fast: false |
132 | 130 | matrix: |
133 | | - # python 3.13 is blocked due to MKL issue |
134 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 131 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
135 | 132 | os: [ubuntu-latest] |
136 | 133 |
|
137 | 134 | env: |
@@ -258,8 +255,7 @@ jobs: |
258 | 255 | strategy: |
259 | 256 | fail-fast: false |
260 | 257 | matrix: |
261 | | - # python 3.13 is blocked due to MKL issue |
262 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 258 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
263 | 259 | os: [windows-2022] |
264 | 260 |
|
265 | 261 | env: |
@@ -408,8 +404,7 @@ jobs: |
408 | 404 | strategy: |
409 | 405 | fail-fast: false |
410 | 406 | matrix: |
411 | | - # python 3.13 is blocked due to MKL issue |
412 | | - python: ['3.9', '3.10', '3.11', '3.12'] |
| 407 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
413 | 408 | os: [ubuntu-22.04, windows-2022] |
414 | 409 |
|
415 | 410 | runs-on: ${{ matrix.os }} |
|
0 commit comments