Skip to content

Commit

Permalink
refactor: Drop support for Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 23, 2018
1 parent 4cd41c0 commit 4c7c4f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Master

### Breaking

- Drop support for Python 3.3.

### Enhancements

- Releasing no longer requires a git remote. Release can be used for local
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'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 4c7c4f6

Please sign in to comment.