Skip to content

Commit

Permalink
Don’t run Python 2.7 in CI any longer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Apr 7, 2023
1 parent 7ef808f commit ba189fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -8,14 +8,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '2.7', '3.7', '3.11', 'pypy3.9' ]
python-version: [ '3.7', '3.11', 'pypy3.9' ]
yaml-parser: ['', 'ruamel']
include:
- python-version: 2.7
- python-version: 3.7
coverage: "--cov=rebench"
exclude:
- python-version: 2.7
yaml-parser: ruamel
- python-version: 3.11
yaml-parser: ruamel
- python-version: pypy3
Expand Down

0 comments on commit ba189fa

Please sign in to comment.