Ballsdex-Team / BallsDex-DiscordBot

Collect and exchange countryballs on Discord
Other
95 stars 158 forks source link

Update to python 3.13 #447

Closed laggron42 closed 1 month ago

laggron42 commented 1 month ago

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