Skip to content

Commit a57506d

Browse files
committed
Change python 3.8 to 3.9 in srt testing
3.9 is now the minimum supported by CIME
1 parent c10618b commit a57506d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/srt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [ 3.8, 3.11, 3.x ]
22+
python-version: [ 3.9, 3.11, 3.x ]
2323
env:
2424
CC: mpicc
2525
FC: mpifort

0 commit comments

Comments
 (0)