Skip to content

Commit

Permalink
python-wheels.yml - bumps cibuildwheel version
Browse files Browse the repository at this point in the history
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 <brobson@ilm.com>
  • Loading branch information
barnabyrobson committed Oct 12, 2023
1 parent a3b46d5 commit 13a5b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 13a5b31

Please sign in to comment.