graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.28k stars 766 forks source link

Add Python 3.12 to CI #1481

Closed kiendang closed 9 months ago

kiendang commented 9 months ago

Django 4.2.8 which added support for Python 3.12 has just been released. https://docs.djangoproject.com/en/4.2/faq/install/#what-python-version-can-i-use-with-django

Django 5.0.0 is out as well but Django REST is not fully compatible yet, failing just 1 of our tests. Will settle that in a future PR.

ulgens commented 9 months ago

🌷