diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |