Skip to content

Commit

Permalink
Bump Python version support to 3.9-3.11, dropping 3.8 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf authored Sep 21, 2023
1 parent ce78c81 commit ce9ab69
Show file tree
Hide file tree
Showing 3 changed files with 1,266 additions and 1,078 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
mpi: ["mpich", "openmpi"]
exclude:
- os: macos-latest
Expand Down
Loading

0 comments on commit ce9ab69

Please sign in to comment.