Update github actions to Python 3.8

This commit is contained in:
Yoshiko2
2021-07-14 15:56:03 +08:00
committed by GitHub
parent 7880f81f40
commit 71d0adecf0

View File

@@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python 3.7
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |