Upgrade from Python 3.7 to 3.8

This commit is contained in:
Christian Clauss
2019-11-03 14:41:39 +01:00
committed by GitHub
parent a8be2ef60a
commit e9d34e43e5
+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