Drop support for Python 3.4 (EOL 2019-03-16)

This commit is contained in:
hugovk 2018-11-26 22:50:06 +02:00 committed by Hugo
parent 53806b0a71
commit 742df8b674
4 changed files with 5 additions and 8 deletions

View file

@ -18,7 +18,7 @@ Installation
Install via pip:
pip install pylast
Install latest development version:
pip install -U git+https://github.com/pylast/pylast.git
@ -29,7 +29,7 @@ Or from requirements.txt:
Note:
* pylast 3.0.0+ supports Python 3.4+ ([#265](https://github.com/pylast/pylast/issues/265))
* pylast 3.0.0+ supports Python 3.5+ ([#265](https://github.com/pylast/pylast/issues/265))
* pyLast 2.2.0 - 2.4.0 supports Python 2.7.10+, 3.4, 3.5, 3.6, 3.7.
* pyLast 2.0.0 - 2.1.0 supports Python 2.7.10+, 3.4, 3.5, 3.6.
* pyLast 1.7.0 - 1.9.0 supports Python 2.7, 3.3, 3.4, 3.5, 3.6.