⬆ Add support for Python 3.9 (#2298)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Marcelo Trylesinski
2021-08-02 16:02:34 +02:00
committed by GitHub
parent e9ba01dc59
commit ab33ba27af
6 changed files with 42 additions and 16 deletions

View File

@@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python