-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add python 3.9 tag #61
Comments
Yes, please. I'd like to test out my apps on python3.9. |
Please |
I had issues getting 3.9 to work my FastAPI service, Using a ...
RUN apt-get update && apt-get install -y build-essential=12.6 \
&& pip install --no-cache-dir uvloop==0.14.0 httptools==0.1.1 uvicorn==0.13.0 gunicorn==20.0.4 fastapi==0.62.0 \
... I needed to install |
Please |
I have built Feel free to use the images until @tiangolo merge either #64 or #52 at uvicorn-gunicorn-docker repository. DockerHub links and sources are available in my repo. Current images are based on PR #67. |
@tiangolo Any updates on this? |
Also share my fork with updated versions of python 3.9 and alpine 3.13 there ^_^ docker hub: https://hub.docker.com/repository/docker/antonapetrov/uvicorn-gunicorn |
So, are we skipping Python 3.9 and jumping straight to 3.10 then? |
Hi |
Thanks everyone for the discussion and interest! And thanks @graue70 for the PR! It is now available. 🎉 |
add python 3.9 tag since it is released.
The text was updated successfully, but these errors were encountered: