summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:33:22 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:33:22 -0400
commit0a0dad5c0b818262399d1d1ad371ad56899df2cc (patch)
tree23addc7566799a4ebacd8a4aed041001be2f0193
parentbe354ebde5c5ebeb2ae8d23800481d4a7649aa4b (diff)
downloadzope-interface-drop-py32-support.tar.gz
Drop support for Python 3.2.drop-py32-support
-rw-r--r--.travis.yml1
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py3
-rw-r--r--tox.ini2
4 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index a79c4f1..2428b54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
sudo: false
python:
- 2.7
- - 3.2
- 3.3
- 3.4
- 3.5
diff --git a/CHANGES.rst b/CHANGES.rst
index 28f9acc..78a14c6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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)
diff --git a/setup.py b/setup.py
index 62727df..ef10ca1 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ long_description=(
)
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',
@@ -129,7 +129,6 @@ setup(name='zope.interface',
"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",
diff --git a/tox.ini b/tox.ini
index ea1a0a5..dd6591c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =