From 247e05a83d291e85455ebb15fea776d6a828b06b Mon Sep 17 00:00:00 2001 From: Imri Paran Date: Thu, 18 Apr 2024 18:03:16 +0200 Subject: [PATCH] MINOR: Update README.md python version (#15893) --- ingestion/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion/README.md b/ingestion/README.md index 1c94e27b716..98abd8489d3 100644 --- a/ingestion/README.md +++ b/ingestion/README.md @@ -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