Skip to content

Commit 51ecfbf

Browse files
committed
fix: 修复 python 版本指定错误
1 parent 9df89e8 commit 51ecfbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
]
1313
readme = "README.md"
1414
urls = { Homepage = "https://github.com/MaaXYZ/MaaDebugger" }
15-
requires-python = ">=3.9,<=3.13"
15+
requires-python = ">=3.9,<3.14"
1616
scripts = { MaaDebugger = "MaaDebugger.__main__:main" }
1717

1818
[build-system]

0 commit comments

Comments
 (0)