Browse Source

Use Python 3.8 for MyPy.

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.2
KmolYuan 5 years ago
parent
commit
34d3ff9a8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/mypy.yml

+ 1
- 1
.github/workflows/mypy.yml View File

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


Loading…
Cancel
Save