Skip to content

Commit

Permalink
fix build error for sgl-kernel (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Jan 23, 2025
1 parent 553f5a3 commit 1f6cf0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pypi-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sgl-kernel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1f6cf0d

Please sign in to comment.