Skip to content

Commit

Permalink
Remove support for Python 3.3
Browse files Browse the repository at this point in the history
Python 3.3 is EOL, and is failing on Travis.
  • Loading branch information
danmichaelo committed Apr 8, 2018
1 parent e6b61b4 commit e2bdbed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -18,7 +18,6 @@
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit e2bdbed

Please sign in to comment.