We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658c7a9 commit 7a42470Copy full SHA for 7a42470
.github/workflows/deploy.yml
@@ -39,6 +39,9 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip setuptools wheel
41
42
+ # 3.13 needs audioop-lts
43
+ pip install -U "audioop-lts; python_version>='3.13'"
44
+
45
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
46
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
47
0 commit comments