Skip to content

Commit 1d8ba95

Browse files
committed
Bump PyAudio. PyAudio now includes precompiled Windows Wheels.
1 parent 8e91cec commit 1d8ba95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
sounds = [
5252
"yt-dlp>=2022.2.4",
53-
'pyaudio==0.2.11; platform_system!="Windows"',
53+
'pyaudio==0.2.14',
5454
'tinytag>=1.9.0',
5555
]
5656
speed = [
@@ -89,6 +89,7 @@
8989
"Programming Language :: Python :: 3.9",
9090
"Programming Language :: Python :: 3.10",
9191
"Programming Language :: Python :: 3.11",
92+
"Programming Language :: Python :: 3.12",
9293
"Topic :: Internet",
9394
"Topic :: Software Development :: Libraries",
9495
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)