chore: 调整Python版本并修复类型注解语法

1. 将.python-version中的Python版本从3.13改为3.11
2. 移除过时的from __future__ import annotations导入
3. 把字符串形式的泛型类型注解替换为原生语法格式
This commit is contained in:
2026-06-27 14:35:51 +08:00
parent 5c8ec281ff
commit 1e23c48efc
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
3.13
3.11