summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-11-05 22:23:30 +0000
committerMichael Foord <michael@voidspace.org.uk>2012-11-05 22:23:30 +0000
commit704b0bc22650ec052cca117e506e7d134c23ecff (patch)
treed5a1a5919d10030f97ad2ca2ba545f02c66a8b34
parentbd5c4db5357939ad52d32c9969d4ddfaeadedff2 (diff)
downloadmock-704b0bc22650ec052cca117e506e7d134c23ecff.tar.gz
Remove mention of Python 2.4 from PyPI page.
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index f26e6c0..b24f5f9 100644
--- a/README.txt
+++ b/README.txt
@@ -12,7 +12,7 @@ assertions about which methods / attributes were used and arguments they were
called with. You can also specify return values and set needed attributes in
the normal way.
-mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested
+mock is tested on Python versions 2.5-2.7 and Python 3. mock is also tested
with the latest versions of Jython and pypy.
The mock module also provides utility functions / objects to assist with