From e55ad35c414a05d8f241b4a7eead5594de347b43 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Tue, 28 Feb 2023 03:34:18 -0800 Subject: [PATCH] chore: ignore 3.11 for now Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) 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