From c83be19bf6e2bc2038dfc48f705e41075a72f009 Mon Sep 17 00:00:00 2001 From: toonn Date: Sun, 18 Jul 2021 21:06:19 +0200 Subject: Actions: Drop Pypy from pylint and add pylint to Pypy --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pylint.yml') diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c922293b..a614cad4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -16,7 +16,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [pypy3, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} -- cgit 1.4.1-2-gfad0