File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ Supported Python Versions
104104
105105The AWS Step Functions Data Science SDK is tested on:
106106
107- * Python 2.7
108107* Python 3.6
109108
110109Overview of SDK
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def __getattr__(cls, name):
9494htmlhelp_basename = "%sdoc" % project
9595
9696intersphinx_mapping = {
97- "https://docs.python.org/2.7 /" : None ,
97+ "https://docs.python.org/3.6 /" : None ,
9898 "https://boto3.readthedocs.io/en/latest" : None ,
9999 "https://sagemaker.readthedocs.io/en/stable" : None ,
100100}
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ def read_version():
5656 "Natural Language :: English" ,
5757 "License :: OSI Approved :: Apache Software License" ,
5858 "Programming Language :: Python" ,
59- "Programming Language :: Python :: 2.7" ,
6059 "Programming Language :: Python :: 3.6" ,
6160 ],
6261 install_requires = required_packages ,
Original file line number Diff line number Diff line change 44# and then run "tox" from this directory.
55
66[tox]
7- envlist = python2.7, python3.6
7+ envlist = python3.6
88
99skip_missing_interpreters = False
1010
You can’t perform that action at this time.
0 commit comments