Skip to content

Commit

Permalink
Merge pull request #91 from vaib-amz/sunset-py2
Browse files Browse the repository at this point in the history
Sunset Python 2 support for SDK v2
  • Loading branch information
vaib-amz authored Sep 23, 2020
2 parents dbcf358 + 5accdee commit 2970c0c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Supported Python Versions

The AWS Step Functions Data Science SDK is tested on:

* Python 2.7
* Python 3.6

Overview of SDK
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __getattr__(cls, name):
htmlhelp_basename = "%sdoc" % project

intersphinx_mapping = {
"https://docs.python.org/2.7/": None,
"https://docs.python.org/3.6/": None,
"https://boto3.readthedocs.io/en/latest": None,
"https://sagemaker.readthedocs.io/en/stable": None,
}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def read_version():
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
],
install_requires=required_packages,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = python2.7,python3.6
envlist = python3.6

skip_missing_interpreters = False

Expand Down

0 comments on commit 2970c0c

Please sign in to comment.