From 5e8e11e16e9fdbf1dae6e8ddf76b1f946e441dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 17 Jul 2024 09:52:42 -0700 Subject: [PATCH] pyproject: require python >= 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0c6f44fb..bf4693786 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "An open source framework for voice (and multimodal) assistants" license = { text = "BSD 2-Clause License" } readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.10" keywords = ["webrtc", "audio", "video", "ai"] classifiers = [ "Development Status :: 5 - Production/Stable",