Skip to content

Commit da8b8a4

Browse files
authored
Merge pull request #157 from SmallDoges/auto-workflows
Update PyTorch version matrix for Python 3.13 support
2 parents c4b6046 + 15c6a2d commit da8b8a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4646
os: [ubuntu-22.04, ubuntu-22.04-arm]
4747
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
48-
torch-version: ["2.4.0", "2.5.1", "2.6.0", "2.7.1", "2.8.0"]
48+
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
4949
cuda-version: ["12.9.1"]
5050
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
5151
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.
@@ -60,6 +60,9 @@ jobs:
6060
# Pytorch < 2.5 does not support Python 3.13
6161
- torch-version: "2.4.0"
6262
python-version: "3.13"
63+
- torch-version: "2.5.1"
64+
python-version: "3.13"
65+
os: ubuntu-22.04-arm
6366
uses: ./.github/workflows/_build.yml
6467
with:
6568
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)