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.
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 removedaudioop
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