Skip to content

Commit 702890c

Browse files
authored
docs: add python compatibility badge to readme (hiero-ledger#1832)
Signed-off-by: OmaarSaaleh <omaarsaaleh1@gmail.com> Signed-off-by: Omar Saleh <116838095+omaarsaaleh@users.noreply.github.com>
1 parent dd4295e commit 702890c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2020
- Refactored contract_delete_transaction example to use Client.from_env. (#1823)
2121

2222
### Docs
23+
- Added Python compatibility badge to README for improved visibility of supported versions (#1830)
2324
- Fixed Test Improvements header formatting in Good First Issue guidelines by adding missing space before parenthetical and removing stray bold marker (#1829)
2425
- Improved Google-style docstring for `compress_point_unchecked` in `crypto_utils.py`. (#1625)
2526
- chore: update office hours and community calls to use direct links (`#1804`)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hiero-ledger/hiero-sdk-python/badge)](https://scorecard.dev/viewer/?uri=github.com/hiero-ledger/hiero-sdk-python)
44
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/10697/badge)](https://bestpractices.coreinfrastructure.org/projects/10697)
55
[![License](https://img.shields.io/badge/license-apache2-blue.svg)](LICENSE)
6+
[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/)
67

78
A Python SDK for interacting with the Hedera Hashgraph platform.
89

0 commit comments

Comments
 (0)