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 5950b0c commit 6dff2b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ matrix:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
Expand Down
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changes
=======

4.4.2 (unreleased)
4.5.0 (unreleased)
------------------

- Add support for Python 3.2.
- Drop support for Python 2.6.

- Claim support for Python 3.5.


Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def alltests():

setup(
name='zope.annotation',
version='4.4.2.dev0',
version='4.5.0.dev0',
url='https://github.com/zopefoundation/zope.annotation',
license='ZPL 2.1',
description='Object annotation mechanism',
Expand All @@ -61,10 +61,8 @@ def alltests():
'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 :: 3.5',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,py35,pypy,pypy3,nobtree,coverage,docs
py27,py33,py34,py35,pypy,pypy3,nobtree,coverage,docs

[base]
deps =
Expand Down

0 comments on commit 6dff2b5

Please sign in to comment.