This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Hmmmm, I didn't see that locally. I'm going to have to find an alternative to using |
The above issue was resolved by updating Python 3.11, so whatever the issue was was resolved. The code currently works and is pending Python 3.11.0 release and updating tests to check 3.11 as well |
silasary
approved these changes
Oct 25, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am happy with this
LordOfPolls
approved these changes
Oct 25, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of pull request is this?
Description
This changes a few dependencies to allow for Python 3.11 support
Note
Python 3.11.0rc2 is out, with full 3.11 releasing in a few days. This adds preliminary support, but is far from complete. This does not break anything on 3.10, but currently causes issues with commands not working properly on 3.11Python 3.11.0 is fully released, and the breaking changes are fixed with the release. The branch is working as intended, and local tests pass with flying colors
Changes
>=3.10
from^3.10
aiohttp
to 3.8.3enum._decompose
from the Python 3.10.8 source code intonaff/models/discord/enums.py
Checklist
Python 3.10.x