From 09de3c83c156b54914387b6e41af75474c53e6b2 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Tue, 11 Jun 2024 18:54:52 -0400 Subject: [PATCH 1/2] Update README shields for Python versions --- README.rst | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 166cf62e..9ea8d51d 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. :widths: 10,90 * - dependencies - - | |py_ver_support| |py_ver_recommend| |dependencies| + - | |py_ver_recommend| |py_ver_support| |py_ver_legacy| |dependencies| * - tests status - | |github_latest| |github_tagged| |coverage| |codacy| * - docker status @@ -27,12 +27,29 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. * - releases - | |version| |commits-since| -.. |py_ver_support| image:: https://img.shields.io/badge/python%20%28legacy%20support%29-3.5%2B-orange.svg +.. list-table:: + :header-rows: 1 + :widths: 10,90 + + * - Python Versions + - Description + * - *Legacy* + - Older versions of Magpie could still work for these Python releases, but maintenance is dropped. + * - *Supported* + - Tested by the CI and maintained for backward compatibility. + * - *Recommended* + - Prefered minimal version to use for latest security updates and performance enhancements. + +.. |py_ver_legacy| image:: https://img.shields.io/badge/python%20%28legacy%29-3.5%20%2D%2D%203.7-orange.svg :alt: Python 3.5+ supported (legacy) :target: https://www.python.org/getit -.. |py_ver_recommend| image:: https://img.shields.io/badge/python%20%28recommended%29-3.7%2B-blue.svg - :alt: Python 3.7+ recommended +.. |py_ver_support| image:: https://img.shields.io/badge/python%20%28supported%29-3.8%2B-yellow.svg + :alt: Python 3.8+ supported + :target: https://www.python.org/getit + +.. |py_ver_recommend| image:: https://img.shields.io/badge/python%20%28recommended%29-3.11%2B-blue.svg + :alt: Python 3.11+ recommended :target: https://www.python.org/getit .. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.1.0.svg From 933722d385deac5aa2387ff59401806f0d4c4587 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Tue, 11 Jun 2024 18:57:12 -0400 Subject: [PATCH 2/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9ea8d51d..c3ad384a 100644 --- a/README.rst +++ b/README.rst @@ -29,12 +29,12 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. .. list-table:: :header-rows: 1 - :widths: 10,90 + :widths: 15,85 * - Python Versions - Description * - *Legacy* - - Older versions of Magpie could still work for these Python releases, but maintenance is dropped. + - Older versions could still work, but maintenance is dropped. * - *Supported* - Tested by the CI and maintained for backward compatibility. * - *Recommended*