Skip to content

Commit

Permalink
Drop support for Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 19, 2018
1 parent 5e16915 commit a16e29b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
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
Expand Up @@ -6,7 +6,7 @@ Changes

- Add support for Python 3.5 and 3.6.

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


4.1.0 (2014-12-27)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -53,7 +53,6 @@ def read(*rnames):
"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
1 change: 0 additions & 1 deletion tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist =
py27,
py33,
py34,
py35,
py36,
Expand Down

0 comments on commit a16e29b

Please sign in to comment.