From 9517edf85d2610bc5fcd0bce9d45afed15c379f5 Mon Sep 17 00:00:00 2001 From: jlaura Date: Fri, 27 Aug 2021 05:11:13 -0700 Subject: [PATCH] Update setup.py (#591) --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 09f30d41..7ac4ce53 100755 --- a/setup.py +++ b/setup.py @@ -26,11 +26,9 @@ def setup_package(): "Development Status :: 3 - Alpha", "Topic :: Utilities", "License :: Public Domain", - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.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', ], entry_points={"console_scripts": [ "acn_submit = autocnet.graph.cluster_submit:main"], -- GitLab