增加python3.11版本支持

This commit is contained in:
xunbu
2025-07-15 17:03:04 +08:00
parent 09a2622693
commit 6f2c61b980
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
name = "docutranslate"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"httpx==0.27.2",
"markdown2>=2.5.3",