@@ -19,29 +19,46 @@ 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: 15,85
33
+
34
+ * - Python Versions
35
+ - Description
36
+ * - *Legacy *
37
+ - Older versions could still work, 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
- .. |commits-since | image :: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.0.0 .svg
55
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.1.1 .svg
39
56
:alt: Commits since latest release
40
- :target: https://github.com/Ouranosinc/Magpie/compare/4.0.0 ...master
57
+ :target: https://github.com/Ouranosinc/Magpie/compare/4.1.1 ...master
41
58
42
- .. |version | image :: https://img.shields.io/badge/tag-4.0.0 -blue.svg?style=flat
59
+ .. |version | image :: https://img.shields.io/badge/tag-4.1.1 -blue.svg?style=flat
43
60
:alt: Latest Tag
44
- :target: https://github.com/Ouranosinc/Magpie/tree/4.0.0
61
+ :target: https://github.com/Ouranosinc/Magpie/tree/4.1.1
45
62
46
63
.. |dependencies | image :: https://pyup.io/repos/github/Ouranosinc/Magpie/shield.svg
47
64
:alt: Dependencies Status
@@ -51,9 +68,9 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_.
51
68
:alt: Github Actions CI Build Status (master branch)
52
69
:target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3Amaster
53
70
54
- .. |github_tagged | image :: https://img.shields.io/github/actions/workflow/status/Ouranosinc/Magpie/tests.yml?label=4.0.0 &branch=4.0.0
71
+ .. |github_tagged | image :: https://img.shields.io/github/actions/workflow/status/Ouranosinc/Magpie/tests.yml?label=4.1.1 &branch=4.1.1
55
72
:alt: Github Actions CI Build Status (latest tag)
56
- :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A4.0.0
73
+ :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A4.1.1
57
74
58
75
.. |readthedocs | image :: https://img.shields.io/readthedocs/pavics-magpie
59
76
:alt: Readthedocs Build Status (master branch)
@@ -81,7 +98,7 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_.
81
98
82
99
.. |docker_semver_tag | image :: https://img.shields.io/docker/v/pavics/magpie?label=version&sort=semver
83
100
:alt: Docker Version Tag
84
- :target: https://hub.docker.com/r/pavics/magpie/tags?page=1&ordering=last_updated&name=4.0.0
101
+ :target: https://hub.docker.com/r/pavics/magpie/tags?page=1&ordering=last_updated&name=4.1.1
85
102
86
103
.. end-badges
87
104
@@ -125,8 +142,8 @@ Following most recent variants are available:
125
142
* - Magpie
126
143
- Twitcher |br |
127
144
(with integrated ``MagpieAdapter ``)
128
- * - ``pavics/magpie:4.0.0 ``
129
- - ``pavics/twitcher:magpie-4.0.0 ``
145
+ * - ``pavics/magpie:4.1.1 ``
146
+ - ``pavics/twitcher:magpie-4.1.1 ``
130
147
* - ``pavics/magpie:latest ``
131
148
- ``pavics/twitcher:magpie-latest ``
132
149
0 commit comments