mirror of https://github.com/encode/starlette.git
Test on Python 3.9 (#1068)
* Test on Python 3.9 * Update trove classifiers
This commit is contained in:
parent
bfa61ad92b
commit
c08aefca69
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- uses: "actions/setup-python@v1"
|
||||
- uses: "actions/setup-python@v2"
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: "Install dependencies"
|
||||
|
|
|
@ -14,11 +14,11 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9"]
|
||||
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- uses: "actions/setup-python@v1"
|
||||
- uses: "actions/setup-python@v2"
|
||||
with:
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
- name: "Install dependencies"
|
||||
|
|
Loading…
Reference in New Issue