Skip to content

Commit 3e14d22

Browse files
authored
Remove ubuntu 20.04 from CI, losses test coverage for Python 3.6 an 3.7 (#161)
1 parent f31c7a7 commit 3e14d22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
# EOL Python versions
3131
include: >
3232
[
33-
{"os": "ubuntu-20.04", "python-version": "3.6"},
34-
{"os": "ubuntu-20.04", "python-version": "3.7"},
3533
{"os": "ubuntu-22.04", "python-version": "3.8"},
3634
]
3735
@@ -132,7 +130,5 @@ jobs:
132130
# EOL Python versions
133131
include: >
134132
[
135-
{"os": "ubuntu-20.04", "python-version": "3.6"},
136-
{"os": "ubuntu-20.04", "python-version": "3.7"},
137133
{"os": "ubuntu-22.04", "python-version": "3.8"},
138134
]

0 commit comments

Comments
 (0)