Skip to content

Commit

Permalink
Remove py 2.7 from the pytest and pylint gh workflow matrix
Browse files Browse the repository at this point in the history
No longer supported by gh.
  • Loading branch information
cvaroqui committed Jun 27, 2023
1 parent c1b5719 commit f0d8205
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit f0d8205

Please sign in to comment.