From 53e75852f9c83c7b182fb791da0cdcbdcc76faba Mon Sep 17 00:00:00 2001 From: BastianHavers <67695469+BastianHavers@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:12:26 +0200 Subject: [PATCH] Extremely minor patch for python badge Indicates that python 3.8 is now minimum, not python 3.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6466f..4467848 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CI](https://github.com/RI-SE/dataprov/actions/workflows/ci.yml/badge.svg)](https://github.com/RI-SE/dataprov/actions/workflows/ci.yml) [![PyPI version](https://img.shields.io/pypi/v/dataprov)](https://pypi.org/project/dataprov/) [![GitHub Release](https://img.shields.io/github/v/release/RI-SE/dataprov)](https://github.com/RI-SE/dataprov/releases/latest) -[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/) +[![Python 3.8+](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://www.python.org/downloads/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)