We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4379d21 commit 1979fabCopy full SHA for 1979fab
2 files changed
_sounddevice_data/portaudio-binaries
setup.py
@@ -10,7 +10,8 @@
10
break
11
12
MACOSX_VERSIONS = '.'.join([
13
- 'macosx_10_6_x86_64',
+ 'macosx_10_6_x86_64', # for compatibility with pip < v21
14
+ 'macosx_10_6_universal2',
15
])
16
17
# environment variables for cross-platform package creation
0 commit comments