Skip to content

Commit

Permalink
Merge pull request #391 from WilliamJamieson/feature/remove_old_pytho…
Browse files Browse the repository at this point in the history
…n_ci

Remove python 3.6 and python 3.7 from CI
  • Loading branch information
nden authored Dec 8, 2021
2 parents bb6eada + 520e9a5 commit 955627f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ jobs:
python-version: 3.9
toxenv: py39

- name: Python 3.7
runs-on: ubuntu-latest
python-version: 3.7
toxenv: py37

- name: Python 3.6
runs-on: ubuntu-latest
python-version: 3.6
toxenv: py36

- name: Python 3.8 with coverage
runs-on: ubuntu-latest
python-version: 3.8
Expand Down

0 comments on commit 955627f

Please sign in to comment.