Skip to content

Commit 5d6d44b

Browse files
committed
bump python in CI
1 parent 8d62554 commit 5d6d44b

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-20.04]
1313
gcc_v: [7,8,9,10,11] # Version of GFortran we want to use.
14-
python-version: [3.10]
14+
python-version: [3.11]
1515
env:
1616
FC: gfortran-${{matrix.gcc_v}}
1717
GCC_V: ${{matrix.gcc_v}}

0 commit comments

Comments
 (0)