Skip to content

Commit 7a42470

Browse files
committed
Install audioop-lts for 3.13 due to deprecation
1 parent 658c7a9 commit 7a42470

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip setuptools wheel
4141
42+
# 3.13 needs audioop-lts
43+
pip install -U "audioop-lts; python_version>='3.13'"
44+
4245
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
4346
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
4447

0 commit comments

Comments
 (0)