From f761311997bae9938a3d3d9fa458ae40db5d7b60 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 22 Jun 2024 18:33:37 +0100 Subject: [PATCH] Move Python versions into badge --- CHANGES.rst | 1 + README.rst | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 98cc95b0..2f4d292d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ Minor changes: - Test that all code works with both ``pytz`` and ``zoneinfo``. - Added missing public classes and functions to API documentation. +- Add version badge Breaking changes: diff --git a/README.rst b/README.rst index 008c2313..5b64a7f6 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,6 @@ files. :Code: https://github.com/collective/icalendar :Mailing list: https://github.com/collective/icalendar/issues :Dependencies: `python-dateutil`_ and `pytz`_. -:Compatible with: Python 2.7 and 3.4+ :License: `BSD`_ ---- @@ -20,6 +19,10 @@ files. :target: https://pypi.org/project/icalendar/ :alt: Python Package Version on PyPI +.. image:: https://img.shields.io/pypi/pyversions/icalendar + :target: https://pypi.org/project/icalendar/ + :alt: PyPI - Python Version + .. image:: https://img.shields.io/pypi/dm/icalendar.svg :target: https://pypi.org/project/icalendar/#files :alt: Downloads from PyPI