From 7bb4691ab45daa6b1a4e330e20e76673d54e3955 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 10 Feb 2025 22:09:59 +0000 Subject: [PATCH] chore: relax python version constraint from >=3.12 to >=3 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f5de3d..c641984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ { name = "retoor", email = "retoor@molodetz.nl" } ] keywords = ["chat", "snek", "molodetz","bot"] -requires-python = ">=3.12" +requires-python = ">=3" dependencies = [ "aiohttp" ]