From 7e43404133fd2d33e6325170363c94cc281157a2 Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Mon, 7 Nov 2022 12:48:39 +0100 Subject: [PATCH] enable python 3.11 in cibuildwheel --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 216bc2c5..1474e4e5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,7 +9,7 @@ on: - main env: - CIBW_BUILD: "cp38-* cp39-* cp310-*" + CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*" CIBW_SKIP: "*-win32 *musllinux*" CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 @@ -31,7 +31,7 @@ jobs: name: Install Python with: # Note: cibuildwheel builds for many Python versions beyond this one - python-version: "3.7" + python-version: "3.9" # Mac: - name: Setup Mac @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-python@v4 name: Install Python with: - python-version: "3.7" + python-version: "3.9" - name: Build sdist run: |