Fix #8751 - Add support to Python 3.11 by pauloxnet · Pull Request #8752 · encode/django-rest-framework (original) (raw)

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 tox -e py311,django41

psycopg2-binary>=2.8.5,<2.10
wheel>=0.35.1,<0.39
twine>=3.2.0,<5.0
transifex-client