File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 6565 strategy :
6666 fail-fast : false
6767 matrix :
68- # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
69- # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
70- python : ['3.12']
68+ python : ['3.13']
7169 os : [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
7270
7371 runs-on : ${{ matrix.os }}
@@ -155,9 +153,7 @@ jobs:
155153 strategy :
156154 fail-fast : false
157155 matrix :
158- # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
159- # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
160- python : ['3.12']
156+ python : ['3.13']
161157 os : [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
162158
163159 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments