Skip to content

Commit

Permalink
dev: Fix Python min version
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Sep 7, 2024
1 parent b5a7d4b commit b261c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b261c2c

Please sign in to comment.