diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1630c8b..df06b7d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/setup.py b/setup.py index f23eb0b..affd499 100644 --- a/setup.py +++ b/setup.py @@ -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",