From f8967d236faaa12b08a0b38f9b44177f5a944f16 Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 24 Oct 2017 21:20:29 +0200 Subject: [PATCH] Document missing python 3 compatibility; Fixes #88 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3a19b1dd..d22714b3 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Features Installation ------------- See doc/install.txt in the source code archive. -Python 2.7.2 or later is needed. +Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 `_ for details. Usage ------