Skip to content
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

Closed
wasdee opened this issue Oct 9, 2020 · 10 comments · Fixed by #67
Closed

add python 3.9 tag #61

wasdee opened this issue Oct 9, 2020 · 10 comments · Fixed by #67

Comments

@wasdee
Copy link

wasdee commented Oct 9, 2020

add python 3.9 tag since it is released.

@rednafi
Copy link

rednafi commented Oct 20, 2020

Yes, please. I'd like to test out my apps on python3.9.

@kamikaze
Copy link

Please

@hopenbr
Copy link

hopenbr commented Dec 18, 2020

I had issues getting 3.9 to work my FastAPI service,

Using a python:3.9-slim base image I needed to install a few more dependencies than before with fastapi 3.8-slim version (FastAPI 0.55.1)

...
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 build-essential, uvloop and httptools, without these FastAPI api would not startup.
Not sure why, yet this did the trick for me

@MROS
Copy link

MROS commented Jan 14, 2021

Please

@WinnerOK
Copy link

WinnerOK commented Mar 13, 2021

I have built uvicorn-gunicorn-fastapi images for python3.9 using these uvicorn-gunicorn images as the base.

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.

@czyzby
Copy link

czyzby commented Apr 7, 2021

@tiangolo Any updates on this?

@anton-petrov
Copy link

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
github repo: https://github.com/anton-petrov/uvicorn-gunicorn-docker

@christian-semalytix
Copy link

So, are we skipping Python 3.9 and jumping straight to 3.10 then?

@lanasalameh1
Copy link

Hi
any updates on this? when do you expect the official release for this?

@tiangolo
Copy link
Owner

Thanks everyone for the discussion and interest! And thanks @graue70 for the PR! It is now available. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet