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 c895110 commit a0ef35d
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 @@ -6,7 +6,7 @@ Changes
3.4.1 (unreleased)
------------------

- Nothing changed yet.
- Drop support for Python 3.3.


3.4.0 (2018-02-13)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def build_images(doctests=()):
'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,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36
envlist = py27, py34, py35, py36

[testenv]
deps = mock
Expand Down

0 comments on commit a0ef35d

Please sign in to comment.