From 436778e74b046ebb202f3a6a99e3114c7e2975c7 Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Sat, 10 Feb 2024 09:53:58 +0100 Subject: [PATCH] ci: Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 --- .github/workflows/build-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 187417ef..47060d5d 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -25,11 +25,11 @@ jobs: platforms: all - name: Build ${{ matrix.os }} wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 env: # we only support what's supported by wxPython, therefore we skip: # * PyPy Python implementation - # * Python 3.6 nor 3.7 versions + # * Python 3.6 and 3.7 versions # * musl C implementation CIBW_SKIP: "pp* cp36* cp37* *-musllinux*" # produce ARM wheels on Linux in addition to 32 and 64 bit