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 8d62554 commit 5d6d44bCopy full SHA for 5d6d44b
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: [ubuntu-20.04]
13
gcc_v: [7,8,9,10,11] # Version of GFortran we want to use.
14
- python-version: [3.10]
+ python-version: [3.11]
15
env:
16
FC: gfortran-${{matrix.gcc_v}}
17
GCC_V: ${{matrix.gcc_v}}
0 commit comments