From a49a0180bae57c06e89a6c5f70856dc1e5baa6f3 Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Wed, 13 Sep 2023 13:48:41 +0200 Subject: [PATCH] Update cibuildwheel version --- .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 f7307a27..385c487c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,12 +42,12 @@ jobs: echo 'CIBW_ARCHS=x86_64 universal2' >> $GITHUB_ENV if: runner.os == 'macOS' - - uses: pypa/cibuildwheel@v2.11.2 + - uses: pypa/cibuildwheel@v2.15.0 name: Build wheels env: # cibuildwheel will build wheel once and test it for each CPython version # and for PyPy > 3.7. - CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* pp38-* pp39-*" + CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* pp38-* pp39-*" CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014" CIBW_MANYLINUX_I686_IMAGE: "manylinux2014" CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux2014"