Add testing for Python 3.9 (#19261)

This commit is contained in:
Adam J. Stewart
2020-10-11 23:16:00 -05:00
committed by GitHub
parent 759e8ee4c2
commit 372ac4a073
6 changed files with 16 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ jobs:
ccache-build-${{ matrix.package }}
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install System Packages
run: |
sudo apt-get update