ycd/manage-fastapi

Fastapi & Python 3.9

studio-salamander opened this issue · 3 comments

Hi!
Are there any discrepancies in the support for Python versions?

image

Interested in support v3.9
Do I understand correctly that the help text about Python versions is just incomplete?

image

Thankx

The Python 3.9 you see is from the CI i.e. it runs the test set against Python 3.9.

But FastAPI is not supporting 3.9 officially... So, maybe we should remove 3.9 from the CI? 🤔
I don't see any issue on adding the 3.9 in the command as well...

FastAPI now supports Python 3.9. jfyk

@Kludex thank you very much for your answer ;)