Skip to content

Commit

Permalink
Merge pull request #784 from NVIDIA/branch-24.10
Browse files Browse the repository at this point in the history
Quick fix: CUDA 12 classifier [skip ci]
  • Loading branch information
YanxuanLiu authored Nov 11, 2024
2 parents e168cfb + 7025c91 commit f82cfac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ classifiers = [
"Environment :: GPU :: NVIDIA CUDA :: 11.7",
"Environment :: GPU :: NVIDIA CUDA :: 11.8",
"Environment :: GPU :: NVIDIA CUDA :: 12",
"Environment :: GPU :: NVIDIA CUDA :: 12.0",
"Environment :: GPU :: NVIDIA CUDA :: 12.1",
"Environment :: GPU :: NVIDIA CUDA :: 12.2",
"Environment :: GPU :: NVIDIA CUDA :: 12.3",
"Environment :: GPU :: NVIDIA CUDA :: 12.4",
"Environment :: GPU :: NVIDIA CUDA :: 12.5",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.3",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.4",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.5",
]

[project.scripts]
Expand Down

0 comments on commit f82cfac

Please sign in to comment.