Skip to content

Commit

Permalink
Drop python 3.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanralphaviles committed Nov 11, 2018
1 parent 7458642 commit 0027074
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: required

language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def read_file(rel_path):
'Topic :: System :: Monitoring',
'Topic :: System :: Networking :: Monitoring',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 0027074

Please sign in to comment.