diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e0d670353..d96aa3ec1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -107,7 +107,7 @@ jobs: needs: ['build_sdist'] strategy: matrix: - python: [3.8, 3.9, "3.10", "3.11", "3.12"] + python: [3.9, "3.10", "3.11", "3.12"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1