Skip to content

Commit 20679c9

Browse files
committed
Update build.yml to support 3.13
1 parent 89fcf22 commit 20679c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818
mpi: ['mpich', 'openmpi', 'intelmpi']
1919
rank: ['2', '3', '4']
2020
exclude:
@@ -24,9 +24,6 @@ jobs:
2424
# ”libfabric EFA provider is operating in a
2525
# condition that could result in memory
2626
# corruption”
27-
- os: ubuntu-latest
28-
python-version: '3.8'
29-
mpi: 'mpich'
3027
- os: ubuntu-latest
3128
python-version: '3.9'
3229
mpi: 'mpich'

0 commit comments

Comments
 (0)