Skip to content

Commit 817dd9b

Browse files
committed
updated python to 3.9 in the CI
1 parent 865aadb commit 817dd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
gcc_v: [7,8,9,10] # Version of GFortran we want to use.
14-
python-version: [3.7]
14+
python-version: [3.9]
1515
env:
1616
FC: gfortran-${{matrix.gcc_v}}
1717
GCC_V: ${{matrix.gcc_v}}

0 commit comments

Comments
 (0)