python: include python 3.9 for the build

This commit is contained in:
Rui Chen
2021-01-02 16:26:06 -05:00
parent e9e00b0177
commit d5de0a136a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2