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
3858d918
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "9e83e550e1b0022e39de9bf2b84961cec3a0071c"
Commit
3858d918
authored
May 09, 2025
by
myhloli
Browse files
fix(setup): update python_requires to support Python 3.10 to 3.13
parent
96fb646a
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 @
3858d918
...
@@ -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