Skip to content

Commit

Permalink
Travis: drop Python 3.4 from test matrix
Browse files Browse the repository at this point in the history
Python 3.4 is no longer supported and it is no longer supported by tools such as `pre-commit`: https://www.python.org/dev/peps/pep-0429/#id4
  • Loading branch information
acdha committed Jun 18, 2019
1 parent aa0f708 commit bba97c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down

0 comments on commit bba97c4

Please sign in to comment.