Skip to content

Commit 035f307

Browse files
committed
CAIP-8 fix python versions
1 parent 0d625d9 commit 035f307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![FINOS - Active](https://cdn.jsdelivr.net/gh/finos/contrib-toolbox@master/images/badge-active.svg)](https://community.finos.org/docs/governance/Software-Projects/stages/active)
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3-
[![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9-blue)](https://www.python.org/downloads/release/python-3)
3+
[![Python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/downloads/)
44
[![Pypi](https://img.shields.io/pypi/v/symphony-bdk-python)](https://pypi.org/project/symphony-bdk-python/)
55
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/finos/symphony-bdk-python/build/main)
66

@@ -14,7 +14,7 @@ Symphony BDK for Python provides tools for building bots and integrating with Sy
1414

1515
## Prerequisites
1616

17-
- Python 3.8 or higher
17+
- Python 3.9 or higher
1818
- [Poetry](https://python-poetry.org/docs/#installation)
1919

2020
## Installation Steps

0 commit comments

Comments
 (0)