From 290e76d289a361c40fe2201ea349e52adcaf3524 Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 6 Jan 2026 07:44:51 +0100 Subject: [PATCH] fix: include 3.12.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4e3ca4..b3d5763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auditui" version = "0.1.0" description = "An Audible TUI client" readme = "README.md" -requires-python = ">=3.10,<=3.12" +requires-python = ">=3.10,<3.13" dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"] [project.scripts]