summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-03-10 19:41:08 +0100
committerHelmut Grohne <helmut@subdivi.de>2019-03-10 19:41:08 +0100
commit25d87e38bb9b3a28f396d5c3638b9476d86d8e41 (patch)
tree7d7e29af6f447f672d0e8034ca46e536d180b22b /README
parent5b427a0af5b8fd4653ed220a952f582f618be8d0 (diff)
downloadwsgitools-25d87e38bb9b3a28f396d5c3638b9476d86d8e41.tar.gz
README: update version information to something sane
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index eb9ce21..2d70e77 100644
--- a/README
+++ b/README
@@ -2,11 +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.6 and 2.7. Work is in progress to
-support 3.x.
+Supported Python versions currently are 2.7 and >= 3.5.
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.6 and 2.7.
+by invoking "python test.py" from the source tree to spot problems early.
Helmut Grohne <helmut@subdivi.de>