Skip to content

Commit

Permalink
Add classifiers for CUDA 11 / 12 / 12.0 (#124)
Browse files Browse the repository at this point in the history
* add classifiers for cuda 11, 12, 12.0

* update to adopt proposal 2
  • Loading branch information
leofang authored Dec 22, 2022
1 parent ccf0633 commit 9a90c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/trove_classifiers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"Environment :: GPU :: NVIDIA CUDA :: 10.0",
"Environment :: GPU :: NVIDIA CUDA :: 10.1",
"Environment :: GPU :: NVIDIA CUDA :: 10.2",
"Environment :: GPU :: NVIDIA CUDA :: 11",
"Environment :: GPU :: NVIDIA CUDA :: 11.0",
"Environment :: GPU :: NVIDIA CUDA :: 11.1",
"Environment :: GPU :: NVIDIA CUDA :: 11.2",
Expand All @@ -50,6 +51,8 @@
"Environment :: GPU :: NVIDIA CUDA :: 11.6",
"Environment :: GPU :: NVIDIA CUDA :: 11.7",
"Environment :: GPU :: NVIDIA CUDA :: 11.8",
"Environment :: GPU :: NVIDIA CUDA :: 12",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0",
"Environment :: Handhelds/PDA's",
"Environment :: MacOS X",
"Environment :: MacOS X :: Aqua",
Expand Down

0 comments on commit 9a90c33

Please sign in to comment.