File tree 4 files changed +2
-4
lines changed
4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ Supported Python Versions
104
104
105
105
The AWS Step Functions Data Science SDK is tested on:
106
106
107
- * Python 2.7
108
107
* Python 3.6
109
108
110
109
Overview of SDK
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def __getattr__(cls, name):
94
94
htmlhelp_basename = "%sdoc" % project
95
95
96
96
intersphinx_mapping = {
97
- "https://docs.python.org/2.7 /" : None ,
97
+ "https://docs.python.org/3.6 /" : None ,
98
98
"https://boto3.readthedocs.io/en/latest" : None ,
99
99
"https://sagemaker.readthedocs.io/en/stable" : None ,
100
100
}
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ def read_version():
56
56
"Natural Language :: English" ,
57
57
"License :: OSI Approved :: Apache Software License" ,
58
58
"Programming Language :: Python" ,
59
- "Programming Language :: Python :: 2.7" ,
60
59
"Programming Language :: Python :: 3.6" ,
61
60
],
62
61
install_requires = required_packages ,
Original file line number Diff line number Diff line change 4
4
# and then run "tox" from this directory.
5
5
6
6
[tox]
7
- envlist = python2.7, python3.6
7
+ envlist = python3.6
8
8
9
9
skip_missing_interpreters = False
10
10
You can’t perform that action at this time.
0 commit comments