Closed joanise closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.51%. Comparing base (
92111e9
) to head (ee10315
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PR Goal?
Support Python 3.13
Fixes?
Addresses compatibility problems between some of our dependencies and Python 3.13
audioop
has been removed from Python 3.13 standard libraries, butpydub
still requires it. The community has rallied to fix this, in the form ofaudioop-lts
, which we only need for Python >= 3.13>=
instead of==
. It to work just fine. The several lxlm 5.x releases don't list any breaking changes.Feedback sought?
sanity checking
Priority?
medium
Tests added?
yes, added Py 3.13 to matrix testing (and it passes)
How to test?
install on Python 3.13 and have fun
Confidence?
high
Version change?
maybe a patch bump so
pip install readalongs
will work for Python 3.13.Related PRs
https://github.com/ReadAlongs/SoundSwallower/pull/67