From 0f46553f7eb165f1721f0fc75c997e2e8dbc648e Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 15 Feb 2022 14:26:09 -0700 Subject: [PATCH 1/2] MNT: Remove Python 2 from package classifiers --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cd193ab4..60478bd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,6 @@ classifiers = Topic :: Software Development :: Testing Topic :: Scientific/Engineering :: Visualization Programming Language :: Python - Programming Language :: Python :: 2 Programming Language :: Python :: 3 Operating System :: OS Independent License :: OSI Approved :: BSD License From e81013dc63403a40f6de3d0b414fcab99f671e75 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 15 Feb 2022 15:26:54 -0700 Subject: [PATCH 2/2] MNT: Remove Python 2.7 from readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ebdee082..4a80aec3 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ section below. Installing ---------- -This plugin is compatible with Python 2.7, and 3.6 and later, and +This plugin is compatible with Python 3.6 and later, and requires `pytest `__ and `matplotlib `__ to be installed.