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 d486272 commit f0bbec8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
sudo: false
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,10 +1,10 @@
Changes
=======

4.3.1 (unreleased)
4.4.0 (unreleased)
==================

-TBD
- Drop support for Python 2.6.


4.3.0 (2014-12-24)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -41,7 +41,7 @@ def alltests():
return unittest.TestSuite(suites)

setup(name='zope.formlib',
version='4.3.1.dev0',
version='4.4.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Form generation and validation library for Zope',
Expand All @@ -64,7 +64,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
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,8 +1,8 @@
[tox]
envlist =
# pypy3 pending 3.3-compatible release
# py26,py27,py33,py34,pypy,pypy3
py26,py27,py33,py34,pypy
# py27,py33,py34,pypy,pypy3
py27,py33,py34,pypy

[testenv]
commands =
Expand Down

0 comments on commit f0bbec8

Please sign in to comment.