|
16 | 16 | ver-script-part1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
|
17 | 17 | ver-script-part2: "d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
|
18 | 18 | fetch-depth: 1
|
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 |
| - python-ver-test-all-dtypes: '3.12' |
| 19 | + python-ver-test-all-dtypes: '3.13' |
22 | 20 | test-env-name: 'test'
|
23 | 21 | rerun-tests-on-failure: 'true'
|
24 | 22 | rerun-tests-max-attempts: 2
|
|
31 | 29 | strategy:
|
32 | 30 | fail-fast: false
|
33 | 31 | 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'] |
| 32 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
37 | 33 | os: [ubuntu-22.04, windows-2022]
|
38 | 34 |
|
39 | 35 | permissions:
|
@@ -130,8 +126,7 @@ jobs:
|
130 | 126 | strategy:
|
131 | 127 | fail-fast: false
|
132 | 128 | matrix:
|
133 |
| - # python 3.13 is blocked due to MKL issue |
134 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 129 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
135 | 130 | os: [ubuntu-latest]
|
136 | 131 |
|
137 | 132 | env:
|
@@ -258,8 +253,7 @@ jobs:
|
258 | 253 | strategy:
|
259 | 254 | fail-fast: false
|
260 | 255 | matrix:
|
261 |
| - # python 3.13 is blocked due to MKL issue |
262 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 256 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
263 | 257 | os: [windows-2022]
|
264 | 258 |
|
265 | 259 | env:
|
@@ -408,8 +402,7 @@ jobs:
|
408 | 402 | strategy:
|
409 | 403 | fail-fast: false
|
410 | 404 | matrix:
|
411 |
| - # python 3.13 is blocked due to MKL issue |
412 |
| - python: ['3.9', '3.10', '3.11', '3.12'] |
| 405 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
413 | 406 | os: [ubuntu-22.04, windows-2022]
|
414 | 407 |
|
415 | 408 | runs-on: ${{ matrix.os }}
|
@@ -507,7 +500,7 @@ jobs:
|
507 | 500 | dpnp-repo-path: '${{ github.workspace }}/source/'
|
508 | 501 | array-api-skips-file: '${{ github.workspace }}/source/.github/workflows/array-api-skips.txt'
|
509 | 502 | create-conda-channel-env: 'source/environments/create_conda_channel.yml'
|
510 |
| - python-ver: '3.12' # it has to be aligned with python in create_conda_channel.yml |
| 503 | + python-ver: '3.13' # it has to be aligned with python in create_conda_channel.yml |
511 | 504 | conda-env-name: 'array-api-conformity'
|
512 | 505 | channel-path: '${{ github.workspace }}/channel/'
|
513 | 506 | pkg-path-in-channel: '${{ github.workspace }}/channel/linux-64/'
|
|
0 commit comments