summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJurko Gospodnetić <jurko.gospodnetic@pke.hr>2014-01-18 13:11:17 +0100
committerJurko Gospodnetić <jurko.gospodnetic@pke.hr>2014-01-18 13:11:17 +0100
commitfa4ea1d9e8ce293fe24a96fabd801e28c42ce76d (patch)
tree0cfd4c189671ec0b3d8a81c8e60f930ce024a9b1 /README.rst
parent1fb824cd289e003c69d814e1107f8a8bf76f69ef (diff)
downloadpytest-fa4ea1d9e8ce293fe24a96fabd801e28c42ce76d.tar.gz
update README.rst docs - pytest is compatible with Python 2.5 instead of 2.4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1a444ebd1..c6a40cd09 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ scales to support complex functional testing. It provides
- multi-paradigm support: you can use ``py.test`` to run test suites based
on `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
`nose <http://pytest.org/latest/nose.html>`_
-- single-source compatibility to Python2.4 all the way up to Python3.3,
+- single-source compatibility to Python2.5 all the way up to Python3.3,
PyPy-1.9 and Jython-2.5.1.
- many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_.