Skip to content

Commit

Permalink
Drop support for Python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 24, 2016
1 parent 453ad4e commit 05c33ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.rst
@@ -1,9 +1,11 @@
Changes
=======

4.1.1 (unreleased)
4.2.0 (unreleased)
------------------

- Drop support for Python 2.6.

- Convert doctests to Sphinx documentation, including building docs
and running doctest snippets under ``tox``.

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -42,7 +42,7 @@ def alltests():

setup(
name='zope.deferredimport',
version='4.1.1.dev0',
version='4.2.0.dev0',
url='http://pypi.python.org/pypi/zope.deferredimport',
license='ZPL 2.1',
description=('zope.deferredimport allows you to perform imports names '
Expand All @@ -60,7 +60,6 @@ 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.3',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py33,py34,pypy,pypy3,docs
py27,py33,py34,pypy,pypy3,docs

[testenv]
commands =
Expand Down

0 comments on commit 05c33ec

Please sign in to comment.