From 9fba6656cbb98af766e5a7e896a9e6c25a7ad2bd Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Mon, 4 Apr 2022 10:01:43 +0200 Subject: [PATCH 1/2] updated Programming Language :: Python verions --- python/cudf/setup.py | 2 +- python/cudf_kafka/setup.py | 2 +- python/custreamz/setup.py | 2 +- python/dask_cudf/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/cudf/setup.py b/python/cudf/setup.py index 9d7b3a36235..2ec9909dd6f 100644 --- a/python/cudf/setup.py +++ b/python/cudf/setup.py @@ -245,8 +245,8 @@ def run(self): "Topic :: Scientific/Engineering", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], # Include the separately-compiled shared library setup_requires=["cython", "protobuf"], diff --git a/python/cudf_kafka/setup.py b/python/cudf_kafka/setup.py index 4aff8ca7990..48009b566bb 100644 --- a/python/cudf_kafka/setup.py +++ b/python/cudf_kafka/setup.py @@ -90,8 +90,8 @@ "Topic :: Apache Kafka", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], # Include the separately-compiled shared library setup_requires=["Cython>=0.29,<0.30"], diff --git a/python/custreamz/setup.py b/python/custreamz/setup.py index 07a6b92f65d..eac8fe920ef 100644 --- a/python/custreamz/setup.py +++ b/python/custreamz/setup.py @@ -20,8 +20,8 @@ "Topic :: Apache Kafka", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], packages=find_packages(include=["custreamz", "custreamz.*"]), cmdclass=versioneer.get_cmdclass(), diff --git a/python/dask_cudf/setup.py b/python/dask_cudf/setup.py index c534dc06602..5b5a3646700 100644 --- a/python/dask_cudf/setup.py +++ b/python/dask_cudf/setup.py @@ -84,8 +84,8 @@ def get_cuda_version_from_header(cuda_include_dir, delimeter=""): "Topic :: Scientific/Engineering", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], packages=find_packages(exclude=["tests", "tests.*"]), cmdclass=versioneer.get_cmdclass(), From 3b937a6e7333841e043d312348ccd7edb204d946 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Mon, 4 Apr 2022 10:14:09 +0200 Subject: [PATCH 2/2] fix copyrights --- python/custreamz/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/custreamz/setup.py b/python/custreamz/setup.py index eac8fe920ef..9f22b270a1b 100644 --- a/python/custreamz/setup.py +++ b/python/custreamz/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020, NVIDIA CORPORATION. +# Copyright (c) 2020-2022, NVIDIA CORPORATION. from setuptools import find_packages, setup