mirror of
https://github.com/markqvist/Sideband.git
synced 2025-02-25 08:51:17 -05:00
Added audioop-lts on python >= 3.13
This commit is contained in:
parent
3d6d039a48
commit
f006f0d71a
1
setup.py
1
setup.py
@ -129,6 +129,7 @@ setuptools.setup(
|
|||||||
"pyaudio;sys.platform=='linux'",
|
"pyaudio;sys.platform=='linux'",
|
||||||
"pyobjus;sys.platform=='darwin'",
|
"pyobjus;sys.platform=='darwin'",
|
||||||
"pyogg;sys.platform=='Windows' and sys.platform!='win32'",
|
"pyogg;sys.platform=='Windows' and sys.platform!='win32'",
|
||||||
|
"audioop-lts>=0.2.1;python_version>='3.13'"
|
||||||
],
|
],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user