From ccbca2ac95027afefd5a5c7ab190bbb1c332ac61 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 25 May 2024 21:20:15 -0700 Subject: [PATCH] Revert "pyproject: support >= 3.11" This reverts commit 390caeb01169c4213d097ec9ddda724a58a93634. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ebd2d89e2..da7f1021e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ documentation = "https://docs.comma.ai" [tool.poetry.dependencies] -python = ">=3.11" +python = "~3.11" aiohttp = "*" aiortc = "*" cffi = "*"