Skip to content

Commit 60bffc2

Browse files
authored
feature: add 3.8 as supported python version (#1626)
1 parent ae467e1 commit 60bffc2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ SageMaker Python SDK is tested on:
9696
- Python 2.7
9797
- Python 3.6
9898
- Python 3.7
99+
- Python 3.8
99100

100101
AWS Permissions
101102
~~~~~~~~~~~~~~~
@@ -123,8 +124,8 @@ You can install the libraries needed to run the tests by running :code:`pip inst
123124

124125

125126
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
126-
code fits our style guidelines. We run tox with Python 2.7, 3.6 and 3.7, so to run unit tests
127-
with the same configuration we do, you'll need to have interpreters for Python 2.7, Python 3.6 and Python 3.7 installed.
127+
code fits our style guidelines. We run tox with Python 2.7, 3.6, 3.7, and 3.8, so to run unit tests
128+
with the same configuration we do, you'll need to have interpreters for Python 2.7, Python 3.6, Python 3.7, and Python 3.8 installed.
128129

129130
To run the unit tests with tox, run:
130131

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def read_version():
102102
"Programming Language :: Python :: 2.7",
103103
"Programming Language :: Python :: 3.6",
104104
"Programming Language :: Python :: 3.7",
105+
"Programming Language :: Python :: 3.8",
105106
],
106107
install_requires=required_packages,
107108
extras_require=extras,

0 commit comments

Comments
 (0)