Ver a proveniência

Remove tests for Python 2

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh há 3 anos
ascendente
cometimento
def06dbc08
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/tests.yml Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar