Skip to content

Commit e6ecefe

Browse files
committed
fix: update setup.py to add minimum python requirement of 3.6
1 parent bac1862 commit e6ecefe

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)