summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.txt4
-rw-r--r--NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index b6ca194..c45a8c1 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -4,7 +4,9 @@ Installing Test Repository
Run time dependencies
~~~~~~~~~~~~~~~~~~~~~
-* Python2.4 or newer.
+* Either:
+ + Python 2: version 2.7 or newer
+ + Python 3: version 3.4 or newer
* subunit (0.0.18 or newer).
diff --git a/NEWS b/NEWS
index e779974..90d127d 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ CHANGES
* Unexpected errors reading streams from a file repository now propogate the
correct exception. (Matthew Treinish, Robert Collins, #1409936)
+* testrepository now requires at least version 0.0.11 of the subunit Python
+ module. (Jelmer Vernooij)
+
0.0.20
++++++