Revert "pyproject: support >= 3.11"

This reverts commit 390caeb011.
This commit is contained in:
Adeeb Shihadeh
2024-05-25 21:20:15 -07:00
parent 390caeb011
commit ccbca2ac95
+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 = "*"