Skip to content

Commit 9c91d4a

Browse files
committed
stick to py313 for now
1 parent 8a056db commit 9c91d4a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
# adding recently cut Torch 2.7 - FUTURE
5757
- { pkg-name: "fabric", python-version: "3.12", pytorch-version: "2.8" }
5858
- { pkg-name: "fabric", python-version: "3.13", pytorch-version: "2.8" }
59-
- { pkg-name: "fabric", python-version: "3.14", pytorch-version: "2.8" }
6059

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
# adding recently cut Torch 2.7 - FUTURE
6161
- { pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.8" }
6262
- { pkg-name: "pytorch", python-version: "3.13", pytorch-version: "2.8" }
63-
- { pkg-name: "pytorch", python-version: "3.14", pytorch-version: "2.8" }
6463

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

0 commit comments

Comments
 (0)