Added python ceiling to 3.14.

This commit is contained in:
Tony Lin 2026-04-16 12:50:34 +08:00
parent 54f26eb92a
commit e8949d416b

View file

@ -6,7 +6,7 @@ authors = [
{name = "Your Name",email = "you@example.com"}
]
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<3.14"
dependencies = [
"markitdown[all] (>=0.1.5,<0.2.0)",
"tqdm (>=4.67.3,<5.0.0)"