Skip to content

Commit

Permalink
Update Python classifiers. (#719)
Browse files Browse the repository at this point in the history
This PR updates Python version classifiers to use the versions of Python currently supported by RAPIDS (3.8, 3.9).

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #719
  • Loading branch information
bdice authored Jun 17, 2022
1 parent c66d31c commit 23bfa8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/pylibraft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
],
author="NVIDIA Corporation",
package_data={
Expand Down
4 changes: 2 additions & 2 deletions python/raft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
],
author="NVIDIA Corporation",
package_data={
Expand Down

0 comments on commit 23bfa8c

Please sign in to comment.