Bump Python to 3.9 (#2096)

* Bump Python to 3.9
* Closes #2080
This commit is contained in:
Kevin Chung
2022-04-20 15:32:26 -04:00
committed by GitHub
parent f01e2d9a40
commit 2702d83975
7 changed files with 8 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7']
python-version: ['3.9']
name: Python ${{ matrix.python-version }}
steps: