From 0b49af2101a29c67ff106bb101cb75f8d1a06d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 15:57:09 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.8.1 to 2.9.0 (#109) --- .github/workflows/deploy.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d23c5b12..8943232b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: # with: # platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.9.0 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }} diff --git a/pyproject.toml b/pyproject.toml index 4033d50d..f9d9866f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] build = "cp3*" archs = "auto64" -test-skip = "*-macosx_arm64 *-musllinux* *aarch64" +test-skip = "cp311-* *-macosx_arm64 *-musllinux* *aarch64" test-extras = ["test"] test-command = "python -c \"from mqt import qcec\"" environment = { DEPLOY = "ON" }