Skip to content

Commit 3af11c8

Browse files
committed
Expand the CI matrix back
1 parent cadfa7d commit 3af11c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test-python-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
cuda: ['12']
23-
python: ['3.12']
22+
cuda: ['12', '13']
23+
python: ['3.10', '3.11', '3.12', '3.13']
2424

2525
steps:
2626
- name: Checkout repository
@@ -55,8 +55,8 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
cuda: ['12']
59-
python: ['3.12']
58+
cuda: ['12', '13']
59+
python: ['3.10', '3.11', '3.12', '3.13']
6060

6161
steps:
6262
- name: Checkout repository

0 commit comments

Comments
 (0)