pylast >= 3.0.0 will likely only support Python 3.4+

See https://github.com/pylast/pylast/issues/265.
This commit is contained in:
Hugo 2018-06-23 22:57:08 +03:00 committed by GitHub
parent 1997154a81
commit 691e0a9ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ Or from requirements.txt:
Note:
* pylast >= 3.0.0 will likely only support Python 3.4+ ([#265](https://github.com/pylast/pylast/issues/265))
* pyLast >= 2.2.0 supports Python 2.7.10+, 3.4, 3.5, 3.6, 3.7.
* pyLast >= 2.0.0 < 2.2.0 supports Python 2.7.10+, 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.