specify complete py version

This commit is contained in:
hyugogirubato
2025-07-09 23:38:47 +02:00
parent 8ab1b37332
commit 8161551ab6
+1 -1
View File
@@ -30,7 +30,7 @@ include = [
"Changelog" = "https://github.com/hyugogirubato/cbz/blob/main/CHANGELOG.md" "Changelog" = "https://github.com/hyugogirubato/cbz/blob/main/CHANGELOG.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8" python = ">=3.8,<4.0"
langcodes = ">=3.4.0" langcodes = ">=3.4.0"
Pillow = ">=10.4.0" Pillow = ">=10.4.0"
pypdf = ">=5.6.1" pypdf = ">=5.6.1"