From c195b8a055721683a128373696e770aea2b446c3 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 8 Feb 2013 16:05:57 +0100 Subject: [PATCH] drop python <2.6 support --- CHANGES.rst | 3 +++ README.rst | 2 +- tox.ini | 4 +--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index cc6b545..a5c2432 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 3.3 (2013-02-08) ---------------- +* Drop support for Python < 2.6. + [thet] + * Allow vGeo to be instantiated with list and not only tuples of geo coordinates. Fixes #83. [thet] diff --git a/README.rst b/README.rst index 031b9af..10a2ecf 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ with Python. :Code: http://github.com/collective/icalendar :Mailing list: http://github.com/collective/icalendar/issues :Dependencies: `setuptools`_ and since version 3.0 we depend on `pytz`_. - :Tested with: Python 2.4 - 2.7 + :Tested with: Python 2.6, 2.7 :License: `BSD`_ ---- diff --git a/tox.ini b/tox.ini index b7d53b4..6b79006 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,5 @@ [tox] -envlist = py24,py25,py27 -#envlist = py24,py27 -#envlist = py24,py25,py26,py27,py32 +envlist = py26,py27 [testenv] deps =