Skip to content

Commit 61537ac

Browse files
committed
Change srt python versions to 3.10 and 3.12
3.9 gives a warning, which seems to create a error in the GitHub testing. So instead of 3.9 and 3.11, use 3.10 and 3.12.
1 parent a57506d commit 61537ac

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.9, 3.11, 3.x ]
22+
python-version: [ 3.10, 3.12, 3.x ]
2323
env:
2424
CC: mpicc
2525
FC: mpifort

0 commit comments

Comments
 (0)