Skip to content

Commit 4c84cd1

Browse files
authored
update setup.py to indicate correct min python version 3.7
1 parent e1e66ad commit 4c84cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def get_reqs(lookup=None, key="INSTALL_REQUIRES"):
100100
"Topic :: Software Development",
101101
"Topic :: Scientific/Engineering",
102102
"Operating System :: Unix",
103-
"Programming Language :: Python :: 3.3",
103+
"Programming Language :: Python :: 3.7",
104104
],
105105
entry_points={"console_scripts": ["shpc=shpc.client:run_shpc"]},
106106
)

0 commit comments

Comments
 (0)