We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e91cec commit 1d8ba95Copy full SHA for 1d8ba95
setup.py
@@ -50,7 +50,7 @@
50
51
sounds = [
52
"yt-dlp>=2022.2.4",
53
- 'pyaudio==0.2.11; platform_system!="Windows"',
+ 'pyaudio==0.2.14',
54
'tinytag>=1.9.0',
55
]
56
speed = [
@@ -89,6 +89,7 @@
89
"Programming Language :: Python :: 3.9",
90
"Programming Language :: Python :: 3.10",
91
"Programming Language :: Python :: 3.11",
92
+ "Programming Language :: Python :: 3.12",
93
"Topic :: Internet",
94
"Topic :: Software Development :: Libraries",
95
"Topic :: Software Development :: Libraries :: Python Modules",
0 commit comments