From e2305e91cdb1efb345b1992576f350d0900665f6 Mon Sep 17 00:00:00 2001 From: "Thomas S." Date: Mon, 7 Oct 2024 14:09:14 +0200 Subject: [PATCH] fix(readme): Fix badges (#444) To merge after #440 . ![image](https://github.com/user-attachments/assets/c14b4b8d-f562-434f-aa06-1d1c4fb2abf1) --- README.md | 5 ++--- skore/pyproject.toml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e12397ac..346f39f11 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # skore -![lint](https://github.com/probabl-ai/skore/actions/workflows/lint.yml/badge.svg) -![tests](https://github.com/probabl-ai/skore/actions/workflows/backend.yml/badge.svg) -![UI tests](https://github.com/probabl-ai/skore/actions/workflows/skore-ui.yml/badge.svg) +![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg) +![python](https://img.shields.io/badge/python-3.11%20|%203.12-blue?style=flat&logo=python) ## Installation diff --git a/skore/pyproject.toml b/skore/pyproject.toml index 976718917..d913bec0e 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -3,6 +3,7 @@ name = "skore" description = "Tooling and assistance for data scientists to \"Own Your Data Science\"" dynamic = ["version"] readme = "README.md" +requires-python = ">=3.11" maintainers = [ {name = "skore developers", email="skore@signal.probabl.ai"}, ]