Skip to content

Commit

Permalink
Dropping support for python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sripathi Krishnan committed May 27, 2020
1 parent a96bc39 commit c69ed97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

script: python run_tests

0 comments on commit c69ed97

Please sign in to comment.