diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 9bcaccf..8d0a42e 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -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