Skip to content

Commit 247e6b8

Browse files
committed
Add python 3.13 in nightly tests
1 parent f3b1df2 commit 247e6b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cron-run-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
# python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
42-
# which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
43-
python: ['3.9', '3.10', '3.11', '3.12']
41+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
4442
runner: [ubuntu-22.04, ubuntu-24.04, windows-2022]
4543

4644
steps:

0 commit comments

Comments
 (0)