Skip to content

Commit 09de3c8

Browse files
authored
Update README shields for Python versions
1 parent af17ee6 commit 09de3c8

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.rst

+21-4
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,37 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_.
1919
:widths: 10,90
2020

2121
* - dependencies
22-
- | |py_ver_support| |py_ver_recommend| |dependencies|
22+
- | |py_ver_recommend| |py_ver_support| |py_ver_legacy| |dependencies|
2323
* - tests status
2424
- | |github_latest| |github_tagged| |coverage| |codacy|
2525
* - docker status
2626
- | |docker_build_mode| |docker_build_status| |docker_latest_tag| |docker_semver_tag|
2727
* - releases
2828
- | |version| |commits-since|
2929

30-
.. |py_ver_support| image:: https://img.shields.io/badge/python%20%28legacy%20support%29-3.5%2B-orange.svg
30+
.. list-table::
31+
:header-rows: 1
32+
:widths: 10,90
33+
34+
* - Python Versions
35+
- Description
36+
* - *Legacy*
37+
- Older versions of Magpie could still work for these Python releases, but maintenance is dropped.
38+
* - *Supported*
39+
- Tested by the CI and maintained for backward compatibility.
40+
* - *Recommended*
41+
- Prefered minimal version to use for latest security updates and performance enhancements.
42+
43+
.. |py_ver_legacy| image:: https://img.shields.io/badge/python%20%28legacy%29-3.5%20%2D%2D%203.7-orange.svg
3144
:alt: Python 3.5+ supported (legacy)
3245
:target: https://www.python.org/getit
3346

34-
.. |py_ver_recommend| image:: https://img.shields.io/badge/python%20%28recommended%29-3.7%2B-blue.svg
35-
:alt: Python 3.7+ recommended
47+
.. |py_ver_support| image:: https://img.shields.io/badge/python%20%28supported%29-3.8%2B-yellow.svg
48+
:alt: Python 3.8+ supported
49+
:target: https://www.python.org/getit
50+
51+
.. |py_ver_recommend| image:: https://img.shields.io/badge/python%20%28recommended%29-3.11%2B-blue.svg
52+
:alt: Python 3.11+ recommended
3653
:target: https://www.python.org/getit
3754

3855
.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.1.0.svg

0 commit comments

Comments
 (0)