Skip to content

Commit 652712d

Browse files
atalmanHDCharles
authored andcommitted
Disable obsolete binary builds (#1741)
* Dsiable obsolete binary builds * Update validate-binaries.yml to validate for all os's * undo change to validate-binaries.yml --------- Co-authored-by: HDCharles <[email protected]>
1 parent 6d6046f commit 652712d

File tree

4 files changed

+2
-260
lines changed

4 files changed

+2
-260
lines changed

.github/workflows/build-wheels_m1.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/build_wheels_aarch64_linux.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
with-cuda: enable
3131
with-rocm: enable
3232
with-xpu: enable
33-
# please note: excluding 3.13t for aarch64 builds for now
34-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
33+
# Note: if free-threaded python is required add py3.13t here
34+
python-versions: '["3.9"]'
3535

3636
build:
3737
needs: generate-matrix

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)