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. |
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.