Skip to content

Commit

Permalink
pyproject: require python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Jul 17, 2024
1 parent 029bbc1 commit 5e8e11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e8e11e

Please sign in to comment.