From bc4b4c8dc649c38218f250519bc5a51c8669a7b6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 23 Mar 2016 16:56:09 -0400 Subject: [PATCH] Drop support for Python 2.6 and 3.2. --- .travis.yml | 1 - CHANGES.rst | 4 ++-- setup.py | 2 -- tox.ini | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d409a1c..f000d5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python sudo: false python: - - 2.6 - 2.7 - 3.3 - 3.4 diff --git a/CHANGES.rst b/CHANGES.rst index 18c1aad..3b97590 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ Changelog ========= -2.1.1 (unreleased) +2.2.0 (unreleased) ------------------ -- TBD +- Drop support for Python 2.6 and 3.2. 2.1.0 (2014-12-26) ------------------ diff --git a/setup.py b/setup.py index be10ee9..c328846 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,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', diff --git a/tox.ini b/tox.ini index 52ac0d3..8fec485 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27,py32,py33,py34,pypy,pypy3 + py27,py33,py34,pypy,pypy3 [testenv] commands =