tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.
MIT License
2.61k stars 329 forks source link

✨ Add support for Python 3.12 #259

Open shepilov-vladislav opened 6 months ago

shepilov-vladislav commented 6 months ago

@tiangolo can it be merged?

arsensokolov commented 5 months ago

I'm a waiting...

pawarren commented 5 months ago

+1

AlexanderSalge commented 4 months ago

does gunicorn even support 3.12 yet? afaik not

shepilov-vladislav commented 4 months ago

does gunicorn even support 3.12 yet? afaik not

https://github.com/benoitc/gunicorn/blob/88fc4a43152039c28096c8ba3eeadb3fbaa4aff9/.github/workflows/tox.yml#L25

Gunicorn supports 3.12 and already tested with 3.12

AlexanderSalge commented 4 months ago

good catch, i was just checking pypi and the changelog. maybe tiangolo waiting for a release instead of building from source

arks-public commented 2 months ago

+1

It would be extremely useful if the official tiangolo/uvicorn-gunicorn-fastapi supported python3.12

CharlesPerrotMinotHCHB commented 3 weeks ago

Trying a ping @tiangolo