Skip to content

Commit f82cfac

Browse files
authored
Merge pull request #784 from NVIDIA/branch-24.10
Quick fix: CUDA 12 classifier [skip ci]
2 parents e168cfb + 7025c91 commit f82cfac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

python/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ classifiers = [
2323
"Environment :: GPU :: NVIDIA CUDA :: 11.7",
2424
"Environment :: GPU :: NVIDIA CUDA :: 11.8",
2525
"Environment :: GPU :: NVIDIA CUDA :: 12",
26-
"Environment :: GPU :: NVIDIA CUDA :: 12.0",
27-
"Environment :: GPU :: NVIDIA CUDA :: 12.1",
28-
"Environment :: GPU :: NVIDIA CUDA :: 12.2",
29-
"Environment :: GPU :: NVIDIA CUDA :: 12.3",
30-
"Environment :: GPU :: NVIDIA CUDA :: 12.4",
31-
"Environment :: GPU :: NVIDIA CUDA :: 12.5",
26+
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0",
27+
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1",
28+
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2",
29+
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.3",
30+
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.4",
31+
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.5",
3232
]
3333

3434
[project.scripts]

0 commit comments

Comments
 (0)