No767 / Kumiko

A multipurpose Discord bot built with freedom and choice in mind
https://kumiko.readthedocs.io/en/latest/
Apache License 2.0
20 stars 5 forks source link

[Task] Python 3.12 Support #469

Closed No767 closed 9 months ago

No767 commented 1 year ago

Task Description

Breaking protocol from what is written on the documentation, Python 3.12 does not offer many substantial changes, so I'll greenlight the operation to upgrade to Python 3.12. But there are many that should be noted before the upgrade can happen:

For some libs, they need to be built from source. So here are the major packages needed:

And waiting on wheels:

These libraries are blocking the potential release of 3.12 support:

No767 commented 9 months ago

multidict is the last one, but i'm already tracking that one