|
16 | 16 | CONDA_BUILD_INDEX_ENV_PY_VER: '3.12' # conda does not support python 3.13 |
17 | 17 | CONDA_BUILD_VERSION: '25.1.1' |
18 | 18 | CONDA_INDEX_VERSION: '0.5.0' |
19 | | - LATEST_PYTHON: '3.13' |
| 19 | + # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128 |
| 20 | + # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83) |
| 21 | + LATEST_PYTHON: '3.12' |
20 | 22 | RERUN_TESTS_ON_FAILURE: 'true' |
21 | 23 | RUN_TESTS_MAX_ATTEMPTS: 2 |
22 | 24 | TEST_ENV_NAME: 'test' |
|
31 | 33 | strategy: |
32 | 34 | fail-fast: false |
33 | 35 | matrix: |
34 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 36 | + # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128 |
| 37 | + # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83) |
| 38 | + python: ['3.9', '3.10', '3.11', '3.12'] |
35 | 39 | os: [ubuntu-22.04, windows-2019] |
36 | 40 |
|
37 | 41 | permissions: |
@@ -124,7 +128,8 @@ jobs: |
124 | 128 | strategy: |
125 | 129 | fail-fast: false |
126 | 130 | matrix: |
127 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 131 | + # python 3.13 is blocked due to MKL issue |
| 132 | + python: ['3.9', '3.10', '3.11', '3.12'] |
128 | 133 | os: [ubuntu-latest] |
129 | 134 |
|
130 | 135 | env: |
@@ -253,7 +258,8 @@ jobs: |
253 | 258 | strategy: |
254 | 259 | fail-fast: false |
255 | 260 | matrix: |
256 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 261 | + # python 3.13 is blocked due to MKL issue |
| 262 | + python: ['3.9', '3.10', '3.11', '3.12'] |
257 | 263 | os: [windows-2019] |
258 | 264 |
|
259 | 265 | env: |
@@ -389,7 +395,8 @@ jobs: |
389 | 395 |
|
390 | 396 | strategy: |
391 | 397 | matrix: |
392 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 398 | + # python 3.13 is blocked due to MKL issue |
| 399 | + python: ['3.9', '3.10', '3.11', '3.12'] |
393 | 400 | os: [ubuntu-22.04, windows-2019] |
394 | 401 |
|
395 | 402 | runs-on: ${{ matrix.os }} |
|
0 commit comments