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 dd0dbaa commit a4406f9Copy full SHA for a4406f9
.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', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12']
18
mpi: ['mpich', 'openmpi', 'intelmpi']
19
rank: ['2', '3', '4']
20
exclude:
0 commit comments