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 c7acb66 commit 385bc5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,7 @@ language: python
sudo: false

env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,10 +1,10 @@
Changes
=======

4.2.3 (unreleased)
4.3.0 (unreleased)
------------------

- Nothing changed yet.
- Drop support for Python 2.6 and 3.2.


4.2.2 (2015-11-16)
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -46,7 +46,7 @@ def read(*rnames):
'''

setup(name='zope.publisher',
version='4.2.3.dev0',
version='4.3.0.dev0',
url='http://pypi.python.org/pypi/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',
Expand All @@ -59,10 +59,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,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,pypy,pypy3
py27,py33,py34,pypy,pypy3

[testenv]
commands =
Expand Down

0 comments on commit 385bc5f

Please sign in to comment.