Skip to content

Commit

Permalink
Ditch python 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed Sep 1, 2019
1 parent 5638b16 commit ced3146
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
<<: *shared
docker:
- image: circleci/python:2.7
py3.4:
<<: *shared
docker:
- image: circleci/python:3.4
py3.5:
<<: *shared
docker:
Expand All @@ -56,7 +52,6 @@ workflows:
test:
jobs:
- py2.7
- py3.4
- py3.5
- py3.6
- py3.7

0 comments on commit ced3146

Please sign in to comment.