chore: Bump minimal python version to install sphinx

This commit is contained in:
Alivecow 2025-03-14 14:30:49 +01:00
parent 632bdf6612
commit 45a7a7c893
2 changed files with 3 additions and 64 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
description = "API / Webservice for Phrases/Words/Kanji/Haiku"
authors = [{ name = "Christoph J. Scherr", email = "software@cscherr.de" }]
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"jinja2 (>=3.1.5,<4.0.0)",
"pytest>=7.0.0",