Skip to content

Commit

Permalink
Drop support for Python 2.6 and 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 23, 2016
1 parent 52ff85e commit cce71f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,9 +1,7 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,10 +1,10 @@
Changes
=======

2.1.1 (unreleased)
2.2.0 (unreleased)
------------------

- TBD
- Drop support for Python 2.6 and 3.2.


2.1.0 (2014-12-27)
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):

setup(
name='zope.processlifetime',
version='2.1.1.dev0',
version='2.2.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description="Zope process lifetime events",
Expand All @@ -37,10 +37,8 @@ def read(*rnames):
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'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 :: Implementation :: CPython',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,py34,pypy,pypy3
envlist = py27,py33,py34,pypy,pypy3

[testenv]
commands = python setup.py test -q

0 comments on commit cce71f0

Please sign in to comment.