|
1 | | -.. image:: https://www.repostatus.org/badges/latest/active.svg |
| 1 | +|repostatus| |ci-status| |coverage| |pyversions| |conda| |license| |
| 2 | + |
| 3 | +.. |repostatus| image:: https://www.repostatus.org/badges/latest/active.svg |
2 | 4 | :target: https://www.repostatus.org/#active |
3 | 5 | :alt: Project Status: Active — The project has reached a stable, usable |
4 | 6 | state and is being actively developed. |
5 | 7 |
|
6 | | -.. image:: https://github.com/jwodder/versioningit/actions/workflows/test.yml/badge.svg |
| 8 | +.. |ci-status| image:: https://github.com/jwodder/versioningit/actions/workflows/test.yml/badge.svg |
7 | 9 | :target: https://github.com/jwodder/versioningit/actions/workflows/test.yml |
8 | 10 | :alt: CI Status |
9 | 11 |
|
10 | | -.. image:: https://codecov.io/gh/jwodder/versioningit/branch/master/graph/badge.svg |
| 12 | +.. |coverage| image:: https://codecov.io/gh/jwodder/versioningit/branch/master/graph/badge.svg |
11 | 13 | :target: https://codecov.io/gh/jwodder/versioningit |
12 | 14 |
|
13 | | -.. image:: https://img.shields.io/pypi/pyversions/versioningit.svg |
| 15 | +.. |pyversions| image:: https://img.shields.io/pypi/pyversions/versioningit.svg |
14 | 16 | :target: https://pypi.org/project/versioningit/ |
15 | 17 |
|
16 | | -.. image:: https://img.shields.io/conda/vn/conda-forge/versioningit.svg |
| 18 | +.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/versioningit.svg |
17 | 19 | :target: https://anaconda.org/conda-forge/versioningit |
18 | 20 | :alt: Conda Version |
19 | 21 |
|
20 | | -.. image:: https://img.shields.io/github/license/jwodder/versioningit.svg |
| 22 | +.. |license| image:: https://img.shields.io/github/license/jwodder/versioningit.svg |
21 | 23 | :target: https://opensource.org/licenses/MIT |
22 | 24 | :alt: MIT License |
23 | 25 |
|
@@ -71,7 +73,7 @@ extraction & calculation. |
71 | 73 |
|
72 | 74 | Installation & Setup |
73 | 75 | ==================== |
74 | | -``versioningit`` requires Python 3.7 or higher. Just use `pip |
| 76 | +``versioningit`` requires Python 3.8 or higher. Just use `pip |
75 | 77 | <https://pip.pypa.io>`_ for Python 3 (You have pip, right?) to install |
76 | 78 | ``versioningit`` and its dependencies:: |
77 | 79 |
|
|
0 commit comments