Skip to content

Commit 55ae7ce

Browse files
deprecation: remove support for python 3.6
1 parent bc6440d commit 55ae7ce

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.githooks/pre-push

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ start_time=`date +%s`
1212
tox -e sphinx,doc8 --parallel all
1313
./ci-scripts/displaytime.sh 'sphinx,doc8' $start_time
1414
start_time=`date +%s`
15-
tox -e py36,py37,py38,py39 --parallel all -- tests/unit
16-
./ci-scripts/displaytime.sh 'py36,py37,py38,py39 unit' $start_time
15+
tox -e py37,py38,py39 --parallel all -- tests/unit
16+
./ci-scripts/displaytime.sh 'py37,py38,py39 unit' $start_time

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ Supported Python Versions
8787

8888
SageMaker Python SDK is tested on:
8989

90-
- Python 3.6
9190
- Python 3.7
9291
- Python 3.8
9392
- Python 3.9

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def read_requirements(filename):
9191
"Natural Language :: English",
9292
"License :: OSI Approved :: Apache Software License",
9393
"Programming Language :: Python",
94-
"Programming Language :: Python :: 3.6",
9594
"Programming Language :: Python :: 3.7",
9695
"Programming Language :: Python :: 3.8",
9796
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)