Skip to content

Commit e0e3d3b

Browse files
authored
README: update PyPI badges and supported versions (#83)
* README: update PyPI badges and add supported Python versions * CHANGELOG: add README badge update entry
1 parent 12ee2ba commit e0e3d3b

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- README: update PyPI badges and add supported Python versions
14+
([d9e4bf8], [#84])
15+
1116
### Infrastructure
1217

1318
- CI: add PR hygiene checks using dannywillems/toolbox ([591c046], [#81])
@@ -95,6 +100,7 @@ and this project adheres to
95100
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
96101

97102
<!-- Commit links -->
103+
[d9e4bf8]: https://github.com/LeakIX/LeakIXClient-Python/commit/d9e4bf8
98104
[87b68f6]: https://github.com/LeakIX/LeakIXClient-Python/commit/87b68f6
99105
[591c046]: https://github.com/LeakIX/LeakIXClient-Python/commit/591c046
100106
[c62d2a4]: https://github.com/LeakIX/LeakIXClient-Python/commit/c62d2a4
@@ -118,6 +124,7 @@ and this project adheres to
118124
[4dd4948]: https://github.com/LeakIX/LeakIXClient-Python/commit/4dd4948
119125

120126
<!-- PR links -->
127+
[#84]: https://github.com/LeakIX/LeakIXClient-Python/issues/84
121128
[#66]: https://github.com/LeakIX/LeakIXClient-Python/pull/66
122129
[#65]: https://github.com/LeakIX/LeakIXClient-Python/issues/65
123130
[#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# LeakIX python client
22

3-
[![](https://img.shields.io/pypi/v/leakix.svg)](https://pypi.org/project/leakix/)
4-
[![](https://img.shields.io/pypi/pyversions/leakix.svg)](https://pypi.org/project/leakix/)
3+
[![PyPI version](https://img.shields.io/pypi/v/leakix)](https://pypi.org/project/leakix/)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/leakix)](https://pypi.org/project/leakix/)
5+
6+
Supported Python versions: 3.11, 3.12, 3.13, 3.14
57

68
Official LeakIX python client
79

0 commit comments

Comments
 (0)