Skip to content

Commit 78f196f

Browse files
committed
Correct python_requires to a minimum of python 3.5
1 parent b2b4e26 commit 78f196f

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
@@ -29,7 +29,7 @@
2929
'sl = SoftLayer.CLI.deprecated:main',
3030
],
3131
},
32-
python_requires='>=3.3',
32+
python_requires='>=3.5',
3333
install_requires=[
3434
'ptable >= 0.9.2',
3535
'click >= 7',

0 commit comments

Comments
 (0)