Skip to content

Commit

Permalink
Drop Python 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Feb 9, 2016
1 parent 1a65bb8 commit 870e48e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
Expand Down
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
zope.testrunner Changelog
*************************

4.4.11 (unreleased)
===================
4.5.0 (unreleased)
==================

- Nothing changed yet.
- Dropped support for Python 3.2.


4.4.10 (2015-11-10)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def run_tests(self):
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
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 =
py26,py27,pypy,py32,py33,py34,py35,pypy3
py26,py27,pypy,py33,py34,py35,pypy3

[testenv]
deps =
Expand Down

0 comments on commit 870e48e

Please sign in to comment.