Skip to content

Commit

Permalink
Switch macOS wheel to "universal" (x86_64 and arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 12, 2021
1 parent 4379d21 commit 1979fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sounddevice_data/portaudio-binaries
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
break

MACOSX_VERSIONS = '.'.join([
'macosx_10_6_x86_64',
'macosx_10_6_x86_64', # for compatibility with pip < v21
'macosx_10_6_universal2',
])

# environment variables for cross-platform package creation
Expand Down

0 comments on commit 1979fab

Please sign in to comment.