From: Bajusz Tamás Date: Wed, 25 Oct 2023 12:29:05 +0000 (+0200) Subject: Update wheels.yml (#742) X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=88f4b3d1505d6405910e1f41bf3341b5c6f0cb9d;p=fairystockfish.git Update wheels.yml (#742) --- diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1eb31a5..ed14ee9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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