We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a9abc commit 00c927dCopy full SHA for 00c927d
1 file changed
.github/workflows/python-package-conda.yml
@@ -22,6 +22,7 @@ jobs:
22
include:
23
- os: ubuntu-latest
24
python-version: "3.12"
25
+ mkl-version: "2024"
26
coverage: true
27
- os: macos-15-intel
28
python-version: "3.11"
@@ -36,9 +37,11 @@ jobs:
36
37
free-threaded: true
38
- python-version: "3.12"
39
- - python-version: "3.14"
40
+ - python-version: "3.13"
41
42
mkl-version: "2025"
43
+ - python-version: "3.14"
44
+ mkl-version: "2025"
45
46
steps:
47
- uses: actions/checkout@v5
0 commit comments