summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2009-06-26 11:57:28 +0200
committerHelmut Grohne <helmut@subdivi.de>2009-06-26 11:57:28 +0200
commit002185628ceb96e7bbf35d4401f54a3883917931 (patch)
tree8e2c61dea3734f9c339ba259003d85f5ca97f191 /README
parent0e020870f2a7295d118916a774a0069878cfa72a (diff)
downloadwsgitools-002185628ceb96e7bbf35d4401f54a3883917931.tar.gz
extended README by supported python versions
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index d443215..55f478e 100644
--- a/README
+++ b/README
@@ -2,4 +2,9 @@ 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.
+
Helmut Grohne <helmut@subdivi.de>