From b261c2c1808b7cc0dd9b6b7fb17269c2a0446dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Sat, 7 Sep 2024 12:48:33 +0200 Subject: [PATCH] dev: Fix Python min version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50a6bab8..78782ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] license = {file = "LICENSE"} name = "call-center-ai" readme = "README.md" -requires-python = "==3.11" +requires-python = ">=3.11" dependencies = [ "aiohttp-retry==2.8.3", # Retry middleware for aiohttp, used with Twilio SDK "aiohttp[speedups]==3.9.5", # Async HTTP client for Azure and Twilio SDKs, plus async DNS resolver and async Brotli compression