use python 3.8 instead of 3.6

This commit is contained in:
AlexVonB
2021-02-21 23:08:49 +01:00
parent 99365de669
commit fd293a9714
2 changed files with 3 additions and 3 deletions

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip