Skip to content

Commit

Permalink
Remove python 3.5 support, due to aaronsw#98
Browse files Browse the repository at this point in the history
  • Loading branch information
Alir3z4 committed Nov 4, 2015
1 parent d62e3e3 commit 9157181
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 @@ -6,7 +6,6 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install coveralls==0.5
before_script:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def run(self):
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 9157181

Please sign in to comment.