Skip to content

Commit

Permalink
Support Python 3.12 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf authored Aug 19, 2024
1 parent 469e611 commit b5adf2a
Show file tree
Hide file tree
Showing 3 changed files with 1,086 additions and 1,005 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
push: # Add these lines after public release
push:
branches: [ main ]
pull_request:
branches: [ main ]
Expand All @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
mpi: ["mpich", "openmpi"]
exclude:
- os: macos-latest
Expand Down
Loading

0 comments on commit b5adf2a

Please sign in to comment.