From a601f8e7540e23d5f10b031d0380eab89db29268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 12 Jan 2017 12:58:11 +0100 Subject: [PATCH] updated README regarding Python 3 support (#10) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad4777f..f0888f5 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,6 @@ Useful links Dependencies ------------ - - Python 2.7 (tested on 2.7.5; 2.6 might work, but test suite lacks support) + - Python 2.7 (tested on 2.7.9; 2.6 might work, but test suite lacks support) + or 3.x (tested on 3.2, 3.3, 3.4 and 3.5) - Python Imaging Library (Debian/Ubuntu package: `python-imaging`)