Skip to content

Commit 97fcb4b

Browse files
committed
Add python 3.13 to testing conda package
1 parent e3a9b5e commit 97fcb4b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
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']
3735
os: [ubuntu-22.04, windows-2022]
3836

3937
permissions:
@@ -130,8 +128,7 @@ jobs:
130128
strategy:
131129
fail-fast: false
132130
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']
135132
os: [ubuntu-latest]
136133

137134
env:
@@ -258,8 +255,7 @@ jobs:
258255
strategy:
259256
fail-fast: false
260257
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']
263259
os: [windows-2022]
264260

265261
env:
@@ -408,8 +404,7 @@ jobs:
408404
strategy:
409405
fail-fast: false
410406
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']
413408
os: [ubuntu-22.04, windows-2022]
414409

415410
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)