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
Github actions doesn't support 3.4
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.5
Erez Sh
5 years ago
parent
74b85dde05
commit
d862d66efc
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/tests.yml
+ 1
- 1
.github/workflows/tests.yml
View File
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.
4, 3.
5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
Write
Preview
Loading…
Cancel
Save