fix build error for sgl-kernel (#3078)

This commit is contained in:
Yineng Zhang
2025-01-23 19:16:35 +08:00
committed by GitHub
parent 553f5a3ffe
commit 1f6cf0d4b9
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ name = "sgl-kernel"
version = "0.0.2.post15"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",