diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c9b1a76cc37..5e1ac8181e5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -82,7 +82,7 @@ jobs: strategy: fail-fast: false matrix: - abi: ["cp311", "cp312"] + abi: ["cp312"] arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository @@ -120,7 +120,7 @@ jobs: strategy: fail-fast: false matrix: - abi: ["cp311", "cp312"] + abi: ["cp312"] arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository