You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
gcc
libsystemd-dev
And waiting on wheels:
hiredis-py
cysystemd
These libraries are blocking the potential release of 3.12 support:
discord.py (Confirmed by Greg that there are not much major changes, but waiting on these issues to be resolved below)
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:
9.1.0 regression: doesn't parse message following 100 response nodejs/llhttp#249(Regression tests released under llhttp v9.1.3)Release 3.12 wheels aio-libs/aiohttp#7639(Resolved)ciso8601(Replace with stdlib implementation + polyfillbackports.datetime_fromisoformat
for pre-3.11)The text was updated successfully, but these errors were encountered: