From 23bfa8cb89d0cf0a64a8add0019c4ca004770db5 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 17 Jun 2022 15:31:44 -0500 Subject: [PATCH] Update Python classifiers. (#719) 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: https://github.com/rapidsai/raft/pull/719 --- python/pylibraft/setup.py | 4 ++-- python/raft/setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/pylibraft/setup.py b/python/pylibraft/setup.py index 4065bacb48..6b4e5ddf69 100644 --- a/python/pylibraft/setup.py +++ b/python/pylibraft/setup.py @@ -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={ diff --git a/python/raft/setup.py b/python/raft/setup.py index 3d5b394bb7..3ba1c9b1e3 100644 --- a/python/raft/setup.py +++ b/python/raft/setup.py @@ -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={