Skip to content

Commit 31d3570

Browse files
committed
update python version CI
1 parent fcdc8b9 commit 31d3570

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.github/workflows/_build_test_upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- "3.11"
6363
- "3.12"
6464
- "3.13"
65+
- "3.13t"
6566
- pure
6667
exclude:
6768
- os: windows-latest

.github/workflows/nodes_ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ jobs:
3030
- "3.11"
3131
- "3.12"
3232
- "3.13"
33-
exclude:
34-
- os: macos-latest
35-
python-version: "3.13"
36-
- os: windows-latest
37-
python-version: "3.13"
33+
- "3.13t"
3834
steps:
3935
- name: Get PyTorch Channel
4036
shell: bash

.github/workflows/stateful_dataloader_ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ jobs:
3030
- "3.11"
3131
- "3.12"
3232
- "3.13"
33-
exclude:
34-
- os: macos-latest
35-
python-version: "3.13"
36-
- os: windows-latest
37-
python-version: "3.13"
33+
- "3.13t"
3834
steps:
3935
- name: Get PyTorch Channel
4036
shell: bash

0 commit comments

Comments
 (0)