-
-
Notifications
You must be signed in to change notification settings - Fork 482
chore: add support for Python 3.13 #2609
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
Conversation
Does the lib actually work in Either #2176 is merged or |
Pr should also update Line 34 in 0f1a079
|
Signed-off-by: Lala Sabathil <[email protected]>
py-cord[speed] is not compatible with python 3.13 because msgspec is failing. they're away but haven't pushed a new version yet (last one is from january) |
We're gonna handle the rest internally for now. |
* chore: add support for Python 3.13 * add: 3.13 to readme.rst * style(pre-commit): auto fixes from pre-commit.com hooks * fully upgrade to python 3.13 * style(pre-commit): auto fixes from pre-commit.com hooks --------- Signed-off-by: Lala Sabathil <[email protected]> Co-authored-by: plun1331 <[email protected]> Co-authored-by: Lala Sabathil <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore: add support for Python 3.13 (#2609) * chore: add support for Python 3.13 * add: 3.13 to readme.rst * style(pre-commit): auto fixes from pre-commit.com hooks * fully upgrade to python 3.13 * style(pre-commit): auto fixes from pre-commit.com hooks --------- Signed-off-by: Lala Sabathil <[email protected]> Co-authored-by: Timo <[email protected]> Co-authored-by: plun1331 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Support Python 3.13
Depends on #2176