summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2016-04-18 14:15:28 +1200
committerRobert Collins <robertc@robertcollins.net>2016-04-18 14:15:28 +1200
commit5b9547f5a8fec931894dee826c21f3ac888ad701 (patch)
tree8a07a3cbc35165b15b079e53e7be79820893b7f7 /README
parent8432a9c3c51b12f643ba7313597484c4054b5ce4 (diff)
downloadtestresources-git-5b9547f5a8fec931894dee826c21f3ac888ad701.tar.gz
Drop support for Python 2.4, 2.5, 3.2
While not deliberately breaking compatibility, we cannot easily test those in CI, so stating that they are supported is at best misleading.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index a90025f..9502911 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ enterprise applications, or web servers ... let imagination run wild.
Dependencies to build/selftest
==============================
-* Python 2.4+ (or 3.2+)
+* Python 2.6+ (or 3.3+)
* docutils
* testtools (http://pypi.python.org/pypi/testtools/)
* fixtures (http://pypi.python.org/pypi/fixtures)
@@ -36,7 +36,10 @@ Dependencies to build/selftest
Dependencies to use testresources
=================================
-* Python 2.4+ (or 3.2+)
+* Python 2.6+ (or 3.3+)
+
+For older versions of Python, testresources <= 1.0.0 supported 2.4, 2.5 and
+3.2.
How testresources Works
=======================