"vscode:/vscode.git/clone" did not exist on "68364b49221d36099c8298709ecb7ea0876ca642"
Unverified Commit 1f6cf0d4 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix build error for sgl-kernel (#3078)

parent 553f5a3f
......@@ -18,8 +18,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
cuda-version: ['12.1']
python-version: ['3.9', '3.10', '3.11', '3.12']
cuda-version: ['12.4']
steps:
- uses: actions/checkout@v4
......
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment