pyproject: support >= 3.11

This commit is contained in:
Adeeb Shihadeh
2024-05-25 21:00:29 -07:00
parent fe7d3429ab
commit 390caeb011
+1 -1
View File
@@ -89,7 +89,7 @@ documentation = "https://docs.comma.ai"
[tool.poetry.dependencies]
python = "~3.11"
python = ">=3.11"
aiohttp = "*"
aiortc = "*"
cffi = "*"