diff --git a/setup.py b/setup.py index d395ca9b8..18dd17211 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ def get_reqs(lookup=None, key="INSTALL_REQUIRES"): "Topic :: Software Development", "Topic :: Scientific/Engineering", "Operating System :: Unix", - "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.7", ], entry_points={"console_scripts": ["shpc=shpc.client:run_shpc"]}, )