Skip to content

Commit ced3146

Browse files
committed
Ditch python 3.4 support
1 parent 5638b16 commit ced3146

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
<<: *shared
3535
docker:
3636
- image: circleci/python:2.7
37-
py3.4:
38-
<<: *shared
39-
docker:
40-
- image: circleci/python:3.4
4137
py3.5:
4238
<<: *shared
4339
docker:
@@ -56,7 +52,6 @@ workflows:
5652
test:
5753
jobs:
5854
- py2.7
59-
- py3.4
6055
- py3.5
6156
- py3.6
6257
- py3.7

0 commit comments

Comments
 (0)