Skip to content

Commit c831d11

Browse files
committed
add 3.13 and 3.14 tests
1 parent b15d394 commit c831d11

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555

5656
# adding recently cut Torch 2.7 - FUTURE
5757
- { pkg-name: "fabric", python-version: "3.12", pytorch-version: "2.8" }
58+
- { pkg-name: "fabric", python-version: "3.13", pytorch-version: "2.8" }
59+
- { pkg-name: "fabric", python-version: "3.14", pytorch-version: "2.8" }
5860

5961
# "oldest" versions tests, only on minimum Python
6062
- { pkg-name: "fabric", pytorch-version: "2.1", requires: "oldest" }

.github/workflows/ci-tests-pytorch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959

6060
# adding recently cut Torch 2.7 - FUTURE
6161
- { pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.8" }
62+
- { pkg-name: "pytorch", python-version: "3.13", pytorch-version: "2.8" }
63+
- { pkg-name: "pytorch", python-version: "3.14", pytorch-version: "2.8" }
6264

6365
# "oldest" versions tests, only on minimum Python
6466
- { pkg-name: "pytorch", pytorch-version: "2.1", requires: "oldest" }

0 commit comments

Comments
 (0)