Skip to content

Commit c1f045b

Browse files
remove py 3.12 from matrix
TorchServe blocks the build. We can get 3.12 back when this PR upstream is merged: pytorch/serve#3332
1 parent 9959753 commit c1f045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
device: ['cpu', 'gpu']
71-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
71+
python-version: ["3.8", "3.9", "3.10", "3.11"]
7272
steps:
7373
- uses: actions/checkout@v4
7474

0 commit comments

Comments
 (0)