From ce5f5791f2eac8b492b05b7ec846794661716b19 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 17 Jun 2022 14:28:43 -0500 Subject: [PATCH] Update Python classifiers. --- 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={