Badges for Plone version support using shields.io

Thanks to a new feature PyPI - Versions from Framework Classifiers on shields.io, It is now possible to include a badge displaying the supported Plone versions of your add-on.

[![PyPI - Plone Versions](https://img.shields.io/pypi/frameworkversions/plone/pas.plugins.authomatic)](https://pypi.org/project/pas.plugins.authomatic/)

will display:
PyPI - Plone Versions

We already have this applied to pas.plugins.authomatic and to kitconcept.contentcreator.

5 Likes

There used to be a tool to get this directly from gh actions test matrix results instead of pypi tags. GitHub - 40ants/github-actions: A web app to render SVG badges with results of GitHub action run.. Doesn't seem to work anymore but I'm sure there is a better replacement.