summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>