fix: required python version for audible module

This commit is contained in:
2026-01-06 07:40:06 +01:00
parent 3806c35140
commit cf3dc315d7

View File

@@ -3,7 +3,7 @@ name = "auditui"
version = "0.1.0"
description = "An Audible TUI client"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.10,<=3.12"
dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"]
[project.scripts]