Skip to content

Commit 45d6d78

Browse files
committed
Drop Python 3.9
1 parent 89c7fec commit 45d6d78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/conda.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737

3838
# List of python versions to test
3939
python-version:
40-
- "3.9"
4140
- "3.10"
4241
- "3.11"
4342
- "3.12"
@@ -46,10 +45,6 @@ jobs:
4645
mpi:
4746
- mpich
4847

49-
exclude:
50-
# Some package spec difference exists on GH for 3.9:
51-
- os: macos-14
52-
python-version: "3.9"
5348
steps:
5449
- name: Checkout
5550
uses: actions/checkout@v4

0 commit comments

Comments
 (0)