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.
1 parent 865aadb commit 817dd9bCopy full SHA for 817dd9b
.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