Skip to content

Commit

Permalink
update python version CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanishsingh committed Jan 30, 2025
1 parent fcdc8b9 commit 31d3570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.13t"
- pure
exclude:
- os: windows-latest
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/nodes_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
exclude:
- os: macos-latest
python-version: "3.13"
- os: windows-latest
python-version: "3.13"
- "3.13t"
steps:
- name: Get PyTorch Channel
shell: bash
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/stateful_dataloader_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
exclude:
- os: macos-latest
python-version: "3.13"
- os: windows-latest
python-version: "3.13"
- "3.13t"
steps:
- name: Get PyTorch Channel
shell: bash
Expand Down

0 comments on commit 31d3570

Please sign in to comment.