Skip to content

Commit dcfe5b2

Browse files
committed
only test on 3.10+
1 parent 79c4103 commit dcfe5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: False
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
26-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.10", "3.11", "3.12"]
2727
mkl-version: ['2023'] # currently 2024 fails building for some reason...
2828
include:
2929
- os: ubuntu-latest

0 commit comments

Comments
 (0)