From d9e4bf83eaf1dced4f8546d7711ef94987798a65 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 17 Mar 2026 14:21:45 +0100 Subject: [PATCH 1/2] README: update PyPI badges and add supported Python versions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc2d8e4..7a31c2d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # LeakIX python client -[![](https://img.shields.io/pypi/v/leakix.svg)](https://pypi.org/project/leakix/) -[![](https://img.shields.io/pypi/pyversions/leakix.svg)](https://pypi.org/project/leakix/) +[![PyPI version](https://img.shields.io/pypi/v/leakix)](https://pypi.org/project/leakix/) +[![Python versions](https://img.shields.io/pypi/pyversions/leakix)](https://pypi.org/project/leakix/) + +Supported Python versions: 3.11, 3.12, 3.13, 3.14 Official LeakIX python client From fcdd357c74bd2fdef3d7ab2cb9d3edc931973342 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 17 Mar 2026 14:23:35 +0100 Subject: [PATCH 2/2] CHANGELOG: add README badge update entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e52bbdd..08e2bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased] +### Changed + +- README: update PyPI badges and add supported Python versions + ([d9e4bf8], [#84]) + ### Infrastructure - CI: add PR hygiene checks using dannywillems/toolbox ([591c046], [#81]) @@ -95,6 +100,7 @@ and this project adheres to [0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9 +[d9e4bf8]: https://github.com/LeakIX/LeakIXClient-Python/commit/d9e4bf8 [87b68f6]: https://github.com/LeakIX/LeakIXClient-Python/commit/87b68f6 [591c046]: https://github.com/LeakIX/LeakIXClient-Python/commit/591c046 [c62d2a4]: https://github.com/LeakIX/LeakIXClient-Python/commit/c62d2a4 @@ -118,6 +124,7 @@ and this project adheres to [4dd4948]: https://github.com/LeakIX/LeakIXClient-Python/commit/4dd4948 +[#84]: https://github.com/LeakIX/LeakIXClient-Python/issues/84 [#66]: https://github.com/LeakIX/LeakIXClient-Python/pull/66 [#65]: https://github.com/LeakIX/LeakIXClient-Python/issues/65 [#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67