Skip to content

Commit

Permalink
Merge pull request #287 from davidszotten/py3.12-build
Browse files Browse the repository at this point in the history
build wheels on newer image for py3.12 support
  • Loading branch information
lericson authored Oct 11, 2023
2 parents 1223712 + 86172c0 commit 1183e48
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.12

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

0 comments on commit 1183e48

Please sign in to comment.