We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c4103 commit dcfe5b2Copy full SHA for dcfe5b2
.github/workflows/python-package-conda.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: False
24
matrix:
25
os: [ubuntu-latest, macos-latest, windows-latest]
26
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
27
mkl-version: ['2023'] # currently 2024 fails building for some reason...
28
include:
29
- os: ubuntu-latest
0 commit comments