From 13a5b3111a79ce47c07bc8a228062cbf11010bde Mon Sep 17 00:00:00 2001 From: Barnaby Robson Date: Thu, 12 Oct 2023 16:08:06 -0700 Subject: [PATCH] python-wheels.yml - bumps cibuildwheel version The version number of the cibuildwheel package is the thing that controls which version(s) of python are used to build the wheels. I'm bumping the version number to the latest currently available so we get builds for Python versions 3.6 - 3.12 Signed-off-by: Barnaby Robson --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index da62b6ec40..fab0485c8a 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -63,7 +63,7 @@ jobs: python-version: '3.x' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.8.1 + run: python -m pip install cibuildwheel==2.16.2 - name: Create setup.py run: |