Skip to content

Commit 252e88c

Browse files
committed
Test fix
1 parent a426969 commit 252e88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +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"]'
3335

3436
build:
3537
needs: generate-matrix
@@ -54,8 +56,6 @@ jobs:
5456
trigger-event: ${{ github.event_name }}
5557
# This is the CUDA version to be uploaded to torchao-nightly pypi
5658
upload-to-pypi: cu121
57-
# please note: excluding 3.13t for linux builds for now
58-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
5959
secrets:
6060
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
6161
notify:

0 commit comments

Comments
 (0)