diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cf04d2f..1f2293f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -56,6 +56,8 @@ jobs: matrix: python: ["3.8", "3.9", "3.10", "3.11"] os: ["ubuntu-latest", "macos-latest"] + exclude: + - python: "3.11" steps: - name: Checkout uses: actions/checkout@v3