From 0471428fc89b057f3a4f1a30e8aa2f9a3b8caa4a Mon Sep 17 00:00:00 2001 From: nshout Date: Wed, 18 Sep 2024 00:47:42 +0200 Subject: [PATCH] Use fallback "audioop" (audioop-lts) package for Python v3.13 or higher (#731) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f38243d66..1bebc2d42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ aiohttp>=3.7.4,<4 tzlocal>=4.0.0,<6 discord_protos<1.0.0 +audioop-lts; python_version>='3.13'