From 8161551ab69f377c3d5dcb29fcb6271e5c0c15e6 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:38:47 +0200 Subject: [PATCH] specify complete py version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 028bf53..4966ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ include = [ "Changelog" = "https://github.com/hyugogirubato/cbz/blob/main/CHANGELOG.md" [tool.poetry.dependencies] -python = ">=3.8" +python = ">=3.8,<4.0" langcodes = ">=3.4.0" Pillow = ">=10.4.0" pypdf = ">=5.6.1"