diff --git a/setup.py b/setup.py index 09f30d4136473f66a7c36927f3f7aa4382b3564f..7ac4ce537709b699f8b37ca9d2bb11eeb03455f4 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"],