Skip to content

Commit 500af4c

Browse files
navinsoninavinns
authored andcommitted
fix: update setup.py to add minimum python requirement of 3.6 (aws#3105)
Co-authored-by: Navin Soni <[email protected]>
1 parent 15a78b1 commit 500af4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def read_requirements(filename):
8484
url="https://github.com/aws/sagemaker-python-sdk/",
8585
license="Apache License 2.0",
8686
keywords="ML Amazon AWS AI Tensorflow MXNet",
87+
python_requires=">= 3.6",
8788
classifiers=[
8889
"Development Status :: 5 - Production/Stable",
8990
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)