This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
This plugin continues to support Python 2.7, which was End Of Life as of Jan 1, 2020.
There's plenty of references to Python 2.7 in the test suite and examples - we could cut down on some of the test suite runs if we remove those.
Appveyor CI is currently using Python2.7 as well - which likely needs updating, since it;s failing to install packages that are not supported in Python 2.7
I am considering working up a PR removing/updating references to remove Python 2.7 - however some might consider this a breaking change, necessitating a major version bump - however I don't believe there's anything breaking about removing testing against that version. Looking for opinions here before moving forward.