Skip to content

Commit

Permalink
Drop Python 3.3 support
Browse files Browse the repository at this point in the history
Prompted by ecosystem tools such as tox dropping Python 3.3 support.
  • Loading branch information
mgedmin committed Apr 4, 2018
1 parent 774fc6b commit 325dc69
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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 @@ language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changes

- Support Python 3.6.

- Drop support for Python 2.6.
- Drop support for Python 2.6 and 3.3.


1.4.1 (2016-09-28)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def read(filename):
'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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py33,py34,py35,py36,pypy,pypy3
py27,py34,py35,py36,pypy,pypy3

[testenv]
deps =
Expand Down

0 comments on commit 325dc69

Please sign in to comment.