Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to python 3.13 #447

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update to python 3.13 #447

wants to merge 2 commits into from

Conversation

laggron42
Copy link
Member

Upgrade the bot to use Python 3.13. As of now, the bot is retrocompatible with 3.12, I don't know yet if 3.13 will be a strict dependency or not, there doesn't seem to be syntax changes that will make 3.12 compatibility annoying.

The library asyncpg still doesn't have a stable release for 3.13 support, but installing from git works fine.

discord.py also has troubles with the removed audioop library, which is fixed on master but not in a stable release yet. audioop-lts has been added to the dependencies in the meantime.

Resolves #434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Python 3.13
1 participant