From d1d23bce11e500ea7ff965eae4196be52c8747ae Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 7 May 2026 07:33:41 +0200 Subject: [PATCH] Required python 3.10+, up from 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7af81d..ff787a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "Grab recent issue/PR activity from a GitHub repository and render # update verison with `tbump NEW_VERSION` version = "1.1.5" dynamic = ["readme", "dependencies"] -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = ["Development", "Changelog"] authors = [ { name = "Executable Books Project", email = "executablebooks@gmail.com" },