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
Merge pull request
#961
from michael-k/python3.10
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Shinan
3 years ago
committed by
GitHub
parent
d637b1179f
8f73a58a54
commit
c998d0bd2a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/tests.yml
+1
-1
tox.ini
+ 1
- 1
.github/workflows/tests.yml
View File
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9
.0-rc - 3.9
, pypy2, pypy3]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9
, 3.10.0-rc - 3.10
, pypy2, pypy3]
steps:
- uses: actions/checkout@v2
+ 1
- 1
tox.ini
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37, py38, py39, pypy, pypy3
envlist = py27, py34, py35, py36, py37, py38, py39, py
310, py
py, pypy3
skip_missing_interpreters=true
[travis]
Write
Preview
Loading…
Cancel
Save