From f0d8205ea46c81ea8b75a13b4aba0913f3714f5c Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Tue, 27 Jun 2023 10:55:25 +0200 Subject: [PATCH] Remove py 2.7 from the pytest and pylint gh workflow matrix No longer supported by gh. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 200780819..6b394c54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: fail-fast: false matrix: include: - - python-version: 2.7 - PYTEST_EXTRA_ARGS: "" - python-version: 3.7 PYTEST_EXTRA_ARGS: "--cov" @@ -55,8 +53,6 @@ jobs: fail-fast: false matrix: include: - - python-version: 2.7 - PYTEST_EXTRA_ARGS: "" - python-version: 3.7 PYTEST_EXTRA_ARGS: "--cov"