Drop support for Python 3.3 and <=2.7.9 by removing HTTP

This commit is contained in:
hugovk 2017-09-17 10:49:46 +03:00
parent 47531969b6
commit 3a403c943f
3 changed files with 22 additions and 114 deletions

View file

@ -1,8 +1,8 @@
pyLast
======
[![Build status](https://travis-ci.org/pylast/pylast.svg?branch=develop)](https://travis-ci.org/pylast/pylast)
[![PyPI version](https://img.shields.io/pypi/v/pylast.svg)](https://pypi.python.org/pypi/pylast/)
[![Build status](https://travis-ci.org/pylast/pylast.svg?branch=develop)](https://travis-ci.org/pylast/pylast)
[![PyPI version](https://img.shields.io/pypi/v/pylast.svg)](https://pypi.python.org/pypi/pylast/)
<!--[![PyPI downloads](https://img.shields.io/pypi/dm/pylast.svg)](https://pypi.python.org/pypi/pylast/)-->
[![Coverage (Codecov)](https://codecov.io/gh/pylast/pylast/branch/develop/graph/badge.svg)](https://codecov.io/gh/pylast/pylast)
[![Coverage (Coveralls)](https://coveralls.io/repos/github/pylast/pylast/badge.svg?branch=develop)](https://coveralls.io/github/pylast/pylast?branch=develop)
@ -20,6 +20,7 @@ Install via pip:
pip install pylast
pyLast >= 2.0.0 supports Python 2.7.9+ and 3.4+.
Features
--------