interactions-py / interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://interactions-py.github.io/interactions.py/
MIT License
833 stars 185 forks source link

feat: Add audioop-lts for python 3.13+ #1713

Closed silasary closed 2 months ago

silasary commented 2 months ago

Pull Request Type

Description

Our voice support requires audioop, which is depreciated and being removed with python 3.13.

This PR adds audioop-lts as a conditional dependency, readding the now missing module.

Changes

Related Issues

Fixes #1685

Test Scenarios

I've barely tested it, but it successfully loads, and that's good enough for me

Python Compatibility

Checklist