uvicorn-gunicorn-docker
uvicorn-gunicorn-docker copied to clipboard
python 3.10 image
Related to https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/129 Can we expect a Python 3.10 docker image any time soon?
bumping, as per PEP 596, Python 3.9 does not profit from any bug fixes since 2022-05-17 (although it still has security fixes until October 2025).
Having this project support Python 3.10 which is the current stable version would be very nice
Update : Python 3.11 is now the stable release. Python 3.10 still have security & bug support
Also see PR #148 which adds support for both 3.10 and 3.11
3.10 done in #99 3.11 done in #159
Both PRs have been merged. Can this issue be closed?