mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 14:09:06 -04:00
Added audioop-lts on python >= 3.13
This commit is contained in:
parent
3d6d039a48
commit
f006f0d71a
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -129,6 +129,7 @@ setuptools.setup(
|
|||
"pyaudio;sys.platform=='linux'",
|
||||
"pyobjus;sys.platform=='darwin'",
|
||||
"pyogg;sys.platform=='Windows' and sys.platform!='win32'",
|
||||
"audioop-lts>=0.2.1;python_version>='3.13'"
|
||||
],
|
||||
python_requires='>=3.7',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue