From 41e0dfe0d5ae0dd1a43420a3b464d7bce2583c13 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 18 Sep 2017 11:46:37 +0300 Subject: [PATCH] Update supported versions 2.0.0 will support 2.7.10+, not 2.7.9+. And fill in best guess for the older ones. [CI skip] --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a941f0a..6fa90c5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ Install via pip: pip install pylast -pyLast >= 2.0.0 supports Python 2.7.9+ and 3.4+. +Note: + +* pyLast >= 2.0.0 supports Python 2.7.10+ and 3.4, 3.5, 3.6. +* pyLast >= 1.7.0 < 2.0.0 supports Python 2.7, 3.3, 3.4, 3.5, 3.6. +* pyLast >= 1.0.0 < 1.7.0 supports Python 2.7, 3.3, 3.4. +* pyLast >= 0.5 < 1.0.0 supports Python 2, 3. +* pyLast < 0.5 supports Python 2. Features --------