Skip to content

Commit 0ccb184

Browse files
author
Vaib Suri
committed
Remove Py2 references
1 parent bc72e3f commit 0ccb184

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Diff for: README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ Supported Python Versions
104104

105105
The AWS Step Functions Data Science SDK is tested on:
106106

107-
* Python 2.7
108107
* Python 3.6
109108

110109
Overview of SDK

Diff for: doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __getattr__(cls, name):
9494
htmlhelp_basename = "%sdoc" % project
9595

9696
intersphinx_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
}

Diff for: setup.py

-1
Original file line numberDiff line numberDiff 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,

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = python2.7,python3.6
7+
envlist = python3.6
88

99
skip_missing_interpreters = False
1010

0 commit comments

Comments
 (0)