This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
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
3c77de500b
commit
34d3ff9a8d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save