Unverified Commit 65f332ff authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #2449 from myhloli/dev

fix(setup): update python_requires to support Python 3.10 to 3.13
parents 70696165 c4b04ae6
...@@ -81,7 +81,7 @@ if __name__ == '__main__': ...@@ -81,7 +81,7 @@ if __name__ == '__main__':
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
], ],
python_requires=">=3.10,<4", # 项目依赖的 Python 版本 python_requires=">=3.10,<3.14", # 项目依赖的 Python 版本
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [
"magic-pdf = magic_pdf.tools.cli:cli", "magic-pdf = magic_pdf.tools.cli:cli",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment