Skip to content

Commit

Permalink
Test python 12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sitic committed Oct 19, 2023
1 parent 063e36f commit 8d1f42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_BUILD: "cp38-macosx* cp39-manylinux_x86_64 cp310-manylinux_x86_64 cp311-win_amd64" # Speed up CI by only building a subset of wheels
CIBW_BUILD: "cp312-macosx* cp312-manylinux_x86_64 cp312-win_amd64" # Speed up CI by only building a subset of wheels

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8d1f42f

Please sign in to comment.