MINOR: Update README.md python version (#15893)

This commit is contained in:
Imri Paran 2024-04-18 18:03:16 +02:00 committed by GitHub
parent fd51df25fa
commit 247e05a83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
This guide will help you setup the Ingestion framework and connectors
---
![Python version 3.7+](https://img.shields.io/badge/python-3.7%2B-blue)
![Python version 3.8+](https://img.shields.io/badge/python-3.8%2B-blue)
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through OpenMetadata APIs. It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
**Prerequisites**
- Python >= 3.7.x
- Python >= 3.8.x
### Docs