DeprecationWarning: 'audioop' is deprecated and slated for removal in Python 3.13 #1174
Closed
3 tasks done
Labels
p: low
Priority: low - not important to be worked on
s: planned
Status: the issue is planned to be worked on
t: refactor
Type: refactor - this is a code change but does not fix a bug/add features
Summary
'audioop' is deprecated and slated for removal in Python 3.13
Reproduction Steps
Run pytest on a nextcord Bot.
Minimal Reproducible Code
Expected Results
No warnings.
Actual Results
=================================== warnings summary ===================================
Lib\site-packages\nextcord\player.py:5
C:\Users\username\OneDrive\Documents\Sync\Dev\venvname\Lib\site-packages\nextcord\player.py:5: DeprecationWarning: 'audioop' is deprecated and slated for removal in Python 3.13
import audioop
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Intents
nextcord.Intents.all()
System Information
Checklist
Additional Context
Not something urgent since it is for 3.13, but I thought it would be nice to inform since there is not a suggestion for replacement in PEP 594.
Thank you.
The text was updated successfully, but these errors were encountered: