pyproject: require python >= 3.10

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-17 09:52:42 -07:00
parent 029bbc16f2
commit 5e8e11e16e

View File

@@ -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",