-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Fix #8751 - Add support to Python 3.11 #8752
Conversation
As you probably already know and it might be out of scope for this pull reqeuest, but the requirement files in /requirements needs to be updated. In example: psycopg2 needs 2.9.5 to work with 3.11 according their changelog. Locally, with updated dependencies, the tests are working fine for
|
one is updated here #8767 |
d3399ec
to
7d7e17c
Compare
Thanks. I rebased and triggered another pipeline. |
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.
all green now
I think we have only to wait that someone can merge this PR. |
Would you folks like me to merge this, or should we look at expanding the team so that we have other folks with merge permissions? |
I think it might be useful to have other people on the DRF team with merge permissions, if only to relieve you from for example merging less impactful PR like this. |
@pauloxnet Since this is your pull request, I've sent you an invite to @encode/django-rest-framework. Please don't feel obligated to accept - it's entirely your call. |
@tomchristie thanks, I've just accepted your invitation. I cannot promise you a big commitment on the project given the thousand other commitments but I will use my new permissions with caution. |
refs #8751 - Add support to Python 3.11
Add support to Python 3.11 in tests, docs and classifier.