Skip to content

Commit

Permalink
Don't include 3.12 for PyTorch V1
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Sep 19, 2024
1 parent 5aad624 commit 3035d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-pytorch-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
torch-version: ["1.11.0", "1.12.1", "1.13.1"]
exclude:
# Check latest versions here: https://download.pytorch.org/whl/torch/
Expand Down

0 comments on commit 3035d10

Please sign in to comment.