tiangolo / uwsgi-nginx-docker

Docker image with uWSGI and Nginx for applications in Python (as Flask) in a single container.
https://hub.docker.com/r/tiangolo/uwsgi-nginx/
Apache License 2.0
648 stars 285 forks source link

✨python3.12 #212

Closed fujidomoe closed 2 months ago

fujidomoe commented 4 months ago

✨ Add support for Python 3.12 ref https://github.com/unbit/uwsgi/issues/2566

fujidomoe commented 4 months ago

@tiangolo Hello, Could you please review my pull request? Thank you!

tiangolo commented 2 months ago

Thank you! I covered it here: https://github.com/tiangolo/uwsgi-nginx-docker/pull/228, it's much easier and faster for me to copy paste and update the 3.11 version than to review the modifications done by another person, so I took that approach. :nerd_face:

Thanks for the effort! :coffee: