pyproject: support >= 3.11

pull/32541/head
Adeeb Shihadeh 11 months ago
parent fe7d3429ab
commit 390caeb011
  1. 2
      pyproject.toml

@ -89,7 +89,7 @@ documentation = "https://docs.comma.ai"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "~3.11" python = ">=3.11"
aiohttp = "*" aiohttp = "*"
aiortc = "*" aiortc = "*"
cffi = "*" cffi = "*"

Loading…
Cancel
Save