summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2012-06-28 17:55:49 +0200
committerHelmut Grohne <helmut@subdivi.de>2012-06-28 17:55:49 +0200
commitb83f5682c9d81cd53b8b45a6baedc844a68b85d2 (patch)
treeb3b8a3a0b02522ad1a2031cf83b762b958823ccc /README
parent53c7d892904c9f133d55f052a27dafd3911d0c5c (diff)
downloadwsgitools-b83f5682c9d81cd53b8b45a6baedc844a68b85d2.tar.gz
update python versions in README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index fef9f25..eb9ce21 100644
--- a/README
+++ b/README
@@ -2,13 +2,11 @@ The software should be usable by reading the docstrings. If you think that
certain features are missing or you found a bug, don't hesitate to ask me
via mail!
-Supported Python versions currently are 2.5 and 2.6. It might still support
-2.4, but I did not test that. 3.x is currently not supported, because the
-syntax is incompatible. However the fixes needed to make the code usable
-with 3.x should be small. Eventually there will be a 3.x branch.
+Supported Python versions currently are 2.6 and 2.7. Work is in progress to
+support 3.x.
Installation should be easy using setup.py. I recommend running the test suite
by invoking "python test.py" from the source tree to spot problems early. This
-is especially true if you try Python versions other than 2.5 and 2.6.
+is especially true if you try Python versions other than 2.6 and 2.7.
Helmut Grohne <helmut@subdivi.de>