summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-03-12 21:37:31 +0100
committerHelmut Grohne <helmut@subdivi.de>2013-03-12 21:38:20 +0100
commita91f557fdcbe3692a46351b97834928b17613ccf (patch)
tree18b482359b9ec21fab316705ebdcb671abfac512
parent9e30a7afad24061d4dd2da4546f401cc2371c5e0 (diff)
downloadwsgitools-a91f557fdcbe3692a46351b97834928b17613ccf.tar.gz
update Python versions in README
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index fef9f25..1322692 100644
--- a/README
+++ b/README
@@ -2,13 +2,12 @@ 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
+Supported Python versions currently are 2.5, 2.6 and 2.7. 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.
+syntax is incompatible. There is a branch for for 3.x support.
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.
Helmut Grohne <helmut@subdivi.de>