Skip to content

Commit

Permalink
Install audioop-lts for 3.13 due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Oct 24, 2024
1 parent 658c7a9 commit 7a42470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
# 3.13 needs audioop-lts
pip install -U "audioop-lts; python_version>='3.13'"
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
Expand Down

0 comments on commit 7a42470

Please sign in to comment.