Update wheels.yml (#742)
authorBajusz Tamás <gbtami@users.noreply.github.com>
Wed, 25 Oct 2023 12:29:05 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 12:29:05 +0000 (14:29 +0200)
.github/workflows/wheels.yml

index 1eb31a5..ed14ee9 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - uses: actions/setup-python@v3
 
       - name: Install cibuildwheel
-        run: python -m pip install cibuildwheel==2.11.2
+        run: python -m pip install cibuildwheel==2.16.2
 
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
@@ -31,7 +31,7 @@ jobs:
         env:
           MACOSX_DEPLOYMENT_TARGET: "10.14"
           CIBW_ARCHS_MACOS: "x86_64 arm64"
-          CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-*"
+          CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-* cp37-*"
           CIBW_TEST_COMMAND: python {project}/test.py
 
       - uses: actions/upload-artifact@v3