Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
65f332ff
Unverified
Commit
65f332ff
authored
May 09, 2025
by
Xiaomeng Zhao
Committed by
GitHub
May 09, 2025
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
65f332ff
...
@@ -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.1
4"
,
# 项目依赖的 Python 版本
entry_points
=
{
entry_points
=
{
"console_scripts"
:
[
"console_scripts"
:
[
"magic-pdf = magic_pdf.tools.cli:cli"
,
"magic-pdf = magic_pdf.tools.cli:cli"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment