Преглед изворни кода

Remove tests for Python 2

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh пре 3 година
родитељ
комит
def06dbc08
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/tests.yml Прегледај датотеку

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [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, pypy3]

steps:
- uses: actions/checkout@v2


Loading…
Откажи
Сачувај