Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2970c0c

Browse files
Merge pull request #91 from vaib-amz/sunset-py2
Sunset Python 2 support for SDK v2
2 parents dbcf358 + 5accdee commit 2970c0c

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

‎README.rst

Lines changed: 0 additions & 1 deletion
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

‎doc/conf.py

Lines changed: 1 addition & 1 deletion
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
}

‎setup.py

Lines changed: 0 additions & 1 deletion
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,

‎tox.ini

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /