From 57a97e0b62d1bd4f2aae729ead167dbad6d6535b Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Wed, 12 Nov 2025 17:06:49 +0100 Subject: [PATCH] chore: upgrade minimum requirement to supported python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a6ff6..3702655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "wall" version = "0.2.0" description = "GitHub Workflow Status Wall" -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "PyGithub==2.8.1", "python-dotenv==1.0.1",