Skip to content

Commit 5427b9b

Browse files
authored
Update README.rst
1 parent cf96f69 commit 5427b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Supported Python Versions
7575
SageMaker Python SDK is tested on:
7676

7777
- Python 2.7
78-
- Python 3.5
78+
- Python 3.6
7979

8080
AWS Permissions
8181
~~~~~~~~~~~~~~~
@@ -103,8 +103,8 @@ You can install the libraries needed to run the tests by running :code:`pip inst
103103

104104

105105
We run unit tests with tox, which is a program that lets you run unit tests for multiple Python versions, and also make sure the
106-
code fits our style guidelines. We run tox with Python 2.7 and 3.5, so to run unit tests
107-
with the same configuration we do, you'll need to have interpreters for Python 2.7 and Python 3.5 installed.
106+
code fits our style guidelines. We run tox with Python 2.7 and 3.6, so to run unit tests
107+
with the same configuration we do, you'll need to have interpreters for Python 2.7 and Python 3.6 installed.
108108

109109
To run the unit tests with tox, run:
110110

0 commit comments

Comments
 (0)