From 4d52eaa4801df3f3169df8e58758bcccf22dc4de Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 17 Jun 2023 19:35:21 +0200 Subject: drop support for Python 2.x --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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. -- cgit v1.2.3