Skip to content

Commit

Permalink
Updating python version on CI to py311.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 12, 2024
1 parent 6a09c4e commit 20db207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.10"]
python-version: ["3.11"]
mpi: ["openmpi", "mpich"]
defaults:
run:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu"]
python-version: ["3.10"]
python-version: ["3.11"]
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit 20db207

Please sign in to comment.