summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =