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
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8']
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2