Skip to content

Commit

Permalink
remove py 3.12 from matrix
Browse files Browse the repository at this point in the history
TorchServe blocks the build.
We can get 3.12 back when this PR upstream is merged: pytorch/serve#3332
  • Loading branch information
fabridamicelli authored Oct 1, 2024
1 parent 9959753 commit c1f045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
device: ['cpu', 'gpu']
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c1f045b

Please sign in to comment.