graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

chore: update to latest versions of framework #120

Closed kiendang closed 1 year ago

kiendang commented 1 year ago

Update to Flask 3 and Sanic 23.

Also remove Python 3.7 ~and add 3.12 to CI~. Gonna add support for Python 3.12 in another PR since several frameworks don't support yet.

bpandola commented 1 year ago

Hi. Any chance of resurrecting this? Would be great to get a new (beta) release that allows for Flask versions >=3. Thank you!

kiendang commented 1 year ago

@bpandola Sure. Gonna make a release once this is merged. Earlier I wanted to squeeze in the support for Python 3.12 but will postpone that to another PR in the future since right now a lot of frameworks don't support that yet.