We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 865aadb + 817dd9b commit cab6c11Copy full SHA for cab6c11
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: [ubuntu-latest]
13
gcc_v: [7,8,9,10] # Version of GFortran we want to use.
14
- python-version: [3.7]
+ python-version: [3.9]
15
env:
16
FC: gfortran-${{matrix.gcc_v}}
17
GCC_V: ${{matrix.gcc_v}}
0 commit comments