summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 2d70e77..1ad2a89 100644
--- a/README
+++ b/README
@@ -2,7 +2,8 @@ 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.7 and >= 3.5.
+Supported Python versions currently are >= 3.5 and <= 3.11. 3.12 will be
+degraded, due to use of deprecated modules.
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.