From e8a88b5bca1a43bf7dc6420d6e4ea7d432c0a154 Mon Sep 17 00:00:00 2001 From: gitstart-nimhdsst <169086541+gitstart-nimhdsst@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:13:23 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b60f46e..dabee885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ -[project] +[project] name = "osm" description = "Open Science Metrics (OSM) client for tracking scientific transparency and reproducibility metrics" readme = "README.md" -requires-python = ">=3.9" # Confirm the required python version since [tool.black] is using a low version +requires-python = ">=3.11" keywords = [ "open science", "altmetrics",