Skip to content

Commit

Permalink
Drop support for Python 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 23, 2016
1 parent be354eb commit 0a0dad5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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.2
- 3.3
- 3.4
- 3.5
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

- Add support for Python 3.5

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


4.1.3 (2015-10-05)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def read(*rnames):
)

setup(name='zope.interface',
version='4.1.4.dev0',
version='4.2.0.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',
Expand All @@ -129,7 +129,6 @@ def read(*rnames):
"Programming Language :: Python :: 2",
"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 =
py27,py32,py33,py34,py35,pypy,pypy3,coverage,docs
py27,py33,py34,py35,pypy,pypy3,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit 0a0dad5

Please sign in to comment.