mirror of https://github.com/lark-parser/lark.git
Use Python 3.8 for MyPy.
This commit is contained in:
parent
3c77de500b
commit
34d3ff9a8d
|
@ -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…
Reference in New Issue