Skip to content

Commit 5bde25b

Browse files
author
Daniel Flores
committed
add python versions to generate_matrix
1 parent a73d1b2 commit 5bde25b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: enable
3838
build-python-only: "disable"
39+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
3940
build:
4041
needs: generate-matrix
4142
strategy:

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
3940

4041
build:
4142
needs: generate-matrix

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
3940

4041
build:
4142
needs: generate-matrix

0 commit comments

Comments
 (0)