Skip to content

Commit

Permalink
Document minimum Python version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored and ConorMacBride committed Dec 9, 2021
1 parent 5ddddc8 commit 6c2b18a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
|Travis Build Status| |Coveralls coverage|

About
-----

Expand All @@ -18,7 +16,7 @@ section below.
Installing
----------

This plugin is compatible with Python 2.7, and 3.5 and later, and
This plugin is compatible with Python 2.7, and 3.6 and later, and
requires `pytest <http://pytest.org>`__ and
`matplotlib <http://www.matplotlib.org>` to be installed.

Expand Down Expand Up @@ -285,10 +283,6 @@ install the latest version of the plugin then do::
The reason for having to install the plugin first is to ensure that the
plugin is correctly loaded as part of the test suite.

.. |Travis Build Status| image:: https://travis-ci.org/matplotlib/pytest-mpl.svg?branch=master
:target: https://travis-ci.org/matplotlib/pytest-mpl
.. |Coveralls coverage| image:: https://coveralls.io/repos/matplotlib/pytest-mpl/badge.svg
:target: https://coveralls.io/r/matplotlib/pytest-mpl
.. |expected| image:: images/baseline-coords_overlay_auto_coord_meta.png
.. |actual| image:: images/coords_overlay_auto_coord_meta.png
.. |diff| image:: images/coords_overlay_auto_coord_meta-failed-diff.png
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ classifiers =
license = BSD
description = pytest plugin to help with testing figures output from Matplotlib
long_description = file: README.rst
long_description_content_type = text/x-rst

[options]
zip_safe = True
packages = find:
python_requires = >=3.6
install_requires =
pytest
matplotlib
Expand Down

0 comments on commit 6c2b18a

Please sign in to comment.