Skip to content

Commit

Permalink
Update to Python 3.8 for newer cibuildwheel
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 22, 2023
1 parent d39647e commit acd5761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
cache: 'pip' # caching pip dependencies

- name: Install cibuildwheel
run: pip install cibuildwheel==2.16.2
Expand Down

0 comments on commit acd5761

Please sign in to comment.