File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Supported Python Versions
75
75
SageMaker Python SDK is tested on:
76
76
77
77
- Python 2.7
78
- - Python 3.5
78
+ - Python 3.6
79
79
80
80
AWS Permissions
81
81
~~~~~~~~~~~~~~~
@@ -103,8 +103,8 @@ You can install the libraries needed to run the tests by running :code:`pip inst
103
103
104
104
105
105
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.
108
108
109
109
To run the unit tests with tox, run:
110
110
You can’t perform that action at this time.
0 commit comments