Skip to content

Commit

Permalink
build wheels on 3.8 for py3.12 support
Browse files Browse the repository at this point in the history
cibuildwheel has dropped support for (launching from, separate to
building) 3.7 and we need a newer one to pull in a docker image with
py3.12. For now this keeps building 3.7 wheels
  • Loading branch information
davidszotten committed Oct 11, 2023
1 parent 1223712 commit 86199ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- name: Set up QEMU
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 86199ca

Please sign in to comment.