reduce min python version

This commit is contained in:
2026-03-20 09:30:34 +00:00
parent 37b8c387d9
commit f944c65f10
2 changed files with 70 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ version = "0.12.5"
description = "A command-line interface for Voicemeeter leveraging VBAN."
readme = "README.md"
license = { text = "LICENSE" }
requires-python = ">=3.13"
requires-python = ">=3.10"
dependencies = ["cyclopts>=4.6.0", "loguru>=0.7.3", "vban-cmd>=2.10.1"]
classifiers = [
"Development Status :: 4 - Beta",