pyproject: support >= 3.11

old-commit-hash: 390caeb01169c4213d097ec9ddda724a58a93634
This commit is contained in:
Adeeb Shihadeh
2024-05-25 21:00:29 -07:00
parent 6dc8eecee7
commit 68b6612159
+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 = "*"