From 1373daa1aee5e99ddb170fad1c2dcb16f94dbac6 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 3 Apr 2020 15:49:36 +0100 Subject: [PATCH] Update classifiers --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 6ca67e4..778ce80 100755 --- a/setup.py +++ b/setup.py @@ -89,13 +89,10 @@ setup_args = dict( 'License :: OSI Approved :: BSD License', 'Topic :: Multimedia :: Graphics', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Framework :: Jupyter', ], include_package_data = True,