mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-24 09:24:27 +08:00
Fix requires-python (#16132)
This commit is contained in:
parent
b10e519895
commit
2549c0dfef
@ -30,7 +30,7 @@ classifiers = [
|
|||||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
"Topic :: Scientific/Engineering :: Information Analysis",
|
"Topic :: Scientific/Engineering :: Information Analysis",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.9,<=3.12"
|
requires-python = ">=3.9,<3.13"
|
||||||
dynamic = [ "version", "dependencies", "optional-dependencies"]
|
dynamic = [ "version", "dependencies", "optional-dependencies"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user