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 c5f041c commit 252d62dCopy full SHA for 252d62d
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- python-version: ['3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
18
mpi: ['mpich', 'openmpi', 'intelmpi']
19
exclude:
20
- os: macos-latest
0 commit comments