Commit c4e3945f authored by Tres Seaver's avatar Tres Seaver

Drop support for Python 2.6.

parent 14d12985
language: python language: python
sudo: false sudo: false
env: env:
- TOXENV=py26
- TOXENV=py27 - TOXENV=py27
- TOXENV=pypy - TOXENV=pypy
- TOXENV=py33 - TOXENV=py33
......
Changes Changes
======= =======
4.1.1 (unreleased) 4.2.0 (unreleased)
------------------ ------------------
- TBD - Drop support for Python 2.6.
4.1.0 (2015-05-22) 4.1.0 (2015-05-22)
------------------ ------------------
......
...@@ -84,7 +84,7 @@ else: ...@@ -84,7 +84,7 @@ else:
setup(name='zope.container', setup(name='zope.container',
version='4.1.1.dev0', version='4.2.0.dev0',
author='Zope Foundation and Contributors', author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org', author_email='zope-dev@zope.org',
description='Zope Container', description='Zope Container',
...@@ -101,7 +101,6 @@ setup(name='zope.container', ...@@ -101,7 +101,6 @@ setup(name='zope.container',
'License :: OSI Approved :: Zope Public License', 'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
......
[tox] [tox]
envlist = py26,py27,pypy,py33,py34,py27-zodb,pypy-zodb,py27-pure-zodb,docs envlist = py27,pypy,py33,py34,py27-zodb,pypy-zodb,py27-pure-zodb,docs
[testenv] [testenv]
commands = python setup.py -q test -q commands = python setup.py -q test -q
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment