Skip to content

Commit 11f537e

Browse files
florimondmancaj178
andauthored
Add Python 3.9 to test matrix (#222)
* Add Python 3.9 to test matrix * Update to setup-python@v2 Co-authored-by: jianghang <jianghang@didiglobal.com>
1 parent d100ac0 commit 11f537e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.6", "3.7", "3.8"]
17+
python-version: ["3.6", "3.7", "3.8", "3.9"]
1818

1919
steps:
2020
- uses: "actions/checkout@v2"
21-
- uses: "actions/setup-python@v1"
21+
- uses: "actions/setup-python@v2"
2222
with:
2323
python-version: "${{ matrix.python-version }}"
2424
- name: "Install dependencies"

0 commit comments

Comments
 (0)