From ef9f117baad0d6d1d9e86e53457fe92054ad37df Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Feb 2024 17:11:05 +0100 Subject: [PATCH] Stop building Python 3.11 wheels (#110727) --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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