Skip to content

Commit

Permalink
Fix Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
isaksamsten committed Oct 13, 2023
1 parent 096c6e6 commit f1b6db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_x86_64 *-musllinux_i686"
CIBW_BEFORE_TEST: pip install -r {package}/requirements-dev.txt
Expand Down

0 comments on commit f1b6db7

Please sign in to comment.