From bfb38af8e1ff575f560960fefec5f43b39bd485a Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 7 Dec 2017 13:17:54 +0200 Subject: [PATCH] Drop support for EOL Python 2.6 --- README.rst | 4 +++- docs/installation.rst | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 85854f5..5aebd90 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|PyPI| |Build Status| |Waffle Ready| |Gitter| +|PyPI| |Python versions| |Build Status| |Waffle Ready| |Gitter| VCR.py ====== @@ -63,6 +63,8 @@ more details .. |PyPI| image:: https://img.shields.io/pypi/v/vcrpy.svg :target: https://pypi.python.org/pypi/vcrpy-unittest +.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy-unittest.svg + :target: https://pypi.python.org/pypi/vcrpy-unittest .. |Build Status| image:: https://secure.travis-ci.org/kevin1024/vcrpy.png?branch=master :target: http://travis-ci.org/kevin1024/vcrpy .. |Waffle Ready| image:: https://badge.waffle.io/kevin1024/vcrpy.png?label=ready&title=waffle diff --git a/docs/installation.rst b/docs/installation.rst index 423ba51..cc99e34 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -9,7 +9,7 @@ with pip:: Compatibility ------------- -VCR.py supports Python 2.6 and 2.7, 3.3, 3.4, and +VCR.py supports Python 2.7 and 3.4+, and `pypy `__. The following http libraries are supported: