Skip to content

Commit 9a3ba6d

Browse files
committed
Don't test on Python 3.7 with GitHub actions.
1 parent 3059604 commit 9a3ba6d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
65
pull_request:
76
branches: [ master ]
87

@@ -13,8 +12,6 @@ jobs:
1312
strategy:
1413
matrix:
1514
python-version:
16-
- name: "3.7"
17-
toxenv: py37
1815
- name: "3.8"
1916
toxenv: py38
2017
- name: "3.9"

0 commit comments

Comments
 (0)