diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index cb51308..877556a 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -30,9 +30,9 @@ jobs: git clone https://github.com/martinus/robin-hood-hashing robinhood - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.2.0 env: - CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686" + CIBW_SKIP: "*win_arm64 *_i686" CIBW_BUILD_VERBOSITY: 1 CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/tests"