@@ -19,20 +19,37 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_.
19
19
:widths: 10,90
20
20
21
21
* - dependencies
22
- - | |py_ver_support | |py_ver_recommend | |dependencies |
22
+ - | |py_ver_recommend | | py_ver_support | |py_ver_legacy | |dependencies |
23
23
* - tests status
24
24
- | |github_latest | |github_tagged | |coverage | |codacy |
25
25
* - docker status
26
26
- | |docker_build_mode | |docker_build_status | |docker_latest_tag | |docker_semver_tag |
27
27
* - releases
28
28
- | |version | |commits-since |
29
29
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
31
44
:alt: Python 3.5+ supported (legacy)
32
45
:target: https://www.python.org/getit
33
46
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
36
53
:target: https://www.python.org/getit
37
54
38
55
.. |commits-since | image :: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.1.0.svg
0 commit comments