Use Python 3.8 for MyPy.

This commit is contained in:
KmolYuan 2020-02-14 00:37:59 +08:00
parent 3c77de500b
commit 34d3ff9a8d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.7 python-version: 3.8
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip