summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-06-17 19:35:21 +0200
committerHelmut Grohne <helmut@subdivi.de>2023-06-18 22:44:01 +0200
commit4d52eaa4801df3f3169df8e58758bcccf22dc4de (patch)
treeb8740a88e380a750d9d2607bb39cbc759a8d7175 /README
parent682ce67b73453809237532a7ce2feee07f2900d5 (diff)
downloadwsgitools-4d52eaa4801df3f3169df8e58758bcccf22dc4de.tar.gz
drop support for Python 2.x
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.