Merge pull request #181 from cclauss/patch-1

Upgrade from Python 3.7 to 3.8
This commit is contained in:
Mike Coutermarsh
2019-11-04 16:54:56 -08:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip