From 6b50c600f3560a26554faade42a695bfcdd905a5 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Thu, 26 Sep 2024 10:42:24 -0400 Subject: [PATCH] Bump cibuildwheel --- .github/workflows/build.yml | 8 ++++---- development.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ae7282..6e9c715 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Build Linux wheels and sdist if: runner.os == 'Linux' env: - CIBW_SKIP: "cp35-* cp36-* *-win32 *-musllinux_i686 *-musllinux_aarch64 *-musllinux_ppc64le *-musllinux_s390x *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" + CIBW_SKIP: "cp36-* *-win32 *-musllinux_i686 *-musllinux_aarch64 *-musllinux_ppc64le *-musllinux_s390x *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" CIBW_BUILD_VERBOSITY: 1 run: | python setup.py sdist @@ -67,7 +67,7 @@ jobs: - name: Build x86_64 macOS wheels if: runner.os == 'macOS' env: - CIBW_SKIP: "cp35-* cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" + CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS_MACOS: x86_64 run: | @@ -76,7 +76,7 @@ jobs: - name: Build arm64 macOS wheels if: runner.os == 'macOS' env: - CIBW_SKIP: "cp35-* cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" + CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS_MACOS: arm64 GOARCH: arm64 @@ -87,7 +87,7 @@ jobs: - name: Build Windows wheels if: runner.os == 'Windows' env: - CIBW_SKIP: "cp35-* cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" + CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x" CIBW_BUILD_VERBOSITY: 1 run: | python -m cibuildwheel --output-dir wheelhouse diff --git a/development.txt b/development.txt index 3807e6a..80dffde 100644 --- a/development.txt +++ b/development.txt @@ -7,5 +7,5 @@ isort==5.6.4 twine==4.0.2 pytest==6.2.5 psutil==5.7.3 -cibuildwheel==2.12.3 +cibuildwheel==2.21.1 importlib_metadata==6.7.0