Skip to content

Commit 8bbf6e3

Browse files
committed
Avoid 3.13t builds
1 parent b39a163 commit 8bbf6e3

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.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.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.10", "3.11", "3.12", "3.13"]'
3940

4041
build:
4142
needs: generate-matrix

0 commit comments

Comments
 (0)