]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
⬆ Add support for Python 3.9 (#2298)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 2 Aug 2021 14:02:34 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 14:02:34 +0000 (16:02 +0200)
commitab33ba27aff6189ec3b6cbadbc2e06da7922b55d
tree1b2049bd4ab43396c2de1dec5016fbcb9a48678b
parente9ba01dc59da2c9165d788b1ee83319a90381d26
⬆ Add support for Python 3.9 (#2298)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
.github/workflows/test.yml
pyproject.toml
tests/test_tutorial/test_sql_databases_peewee/test_sql_databases_peewee.py
tests/test_typing_python39.py [new file with mode: 0644]
tests/test_union_inherited_body.py
tests/utils.py