chore(deps): update minimum python to 3.10 (#8984)
This commit is contained in:
@@ -11,7 +11,7 @@ name = "sgl-kernel"
|
||||
version = "0.3.3"
|
||||
description = "Kernel Library for SGLang"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
license = { file = "LICENSE" }
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
@@ -34,6 +34,6 @@ exclude = [
|
||||
cmake.build-type = "Release"
|
||||
minimum-version = "build-system.requires"
|
||||
|
||||
wheel.py-api = "cp39"
|
||||
wheel.py-api = "cp310"
|
||||
wheel.license-files = []
|
||||
wheel.packages = ["python/sgl_kernel"]
|
||||
|
||||
Reference in New Issue
Block a user