Skip to content

Commit

Permalink
add python 3.12 to wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Jul 14, 2024
1 parent 61737fd commit 7d59fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build wheels
env:
CIBW_BUILD: 'cp39-* cp310-* cp311-*'
CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-*'
CIBW_SKIP: 'pp* *686* *-musllinux_*'
CIBW_ARCHS_MACOS: 'x86_64 arm64'
CIBW_BEFORE_ALL_LINUX: yum install -y alsa-lib-devel jack-audio-connection-kit-devel
Expand Down

0 comments on commit 7d59fd9

Please sign in to comment.