Browse Source

Remove tests for Python 2

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh 4 years ago
parent
commit
8d082b577f
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      .github/workflows/tests.yml
  2. +1
    -2
      setup.py

+ 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: [3.5, 3.6, 3.7, 3.8, 3.9.0-rc - 3.9, pypy2, pypy3]

steps:
- uses: actions/checkout@v2


+ 1
- 2
setup.py View File

@@ -48,7 +48,7 @@ Main Features:
- CYK parser, for highly ambiguous grammars
- EBNF grammar
- Unicode fully supported
- Python 2 & 3 compatible
- Python 3 compatible
- Automatic line & column tracking
- Standard library of terminals (strings, numbers, names, etc.)
- Import grammars from Nearley.js
@@ -59,7 +59,6 @@ Main Features:
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: General",


Loading…
Cancel
Save