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
+2 -2
View File
@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip