Skip to content

Commit a753ff8

Browse files
authored
chore: drop py36 support (aws#530)
1 parent 8b6a493 commit a753ff8

File tree

6 files changed

+2
-56
lines changed

6 files changed

+2
-56
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Getting Started
3434
Required Prerequisites
3535
======================
3636

37-
* Python 3.6+
37+
* Python 3.7+
3838
* cryptography >= 2.5.0
3939
* boto3 >= 1.10.0
4040
* attrs

buildspec.yml

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ version: 0.2
33
batch:
44
fast-fail: false
55
build-list:
6-
- identifier: py36_integ
7-
buildspec: codebuild/py36/integ.yml
8-
- identifier: py36_examples
9-
buildspec: codebuild/py36/examples.yml
10-
116
- identifier: py37_integ
127
buildspec: codebuild/py37/integ.yml
138
- identifier: py37_examples

codebuild/py36/examples.yml

-24
This file was deleted.

codebuild/py36/integ.yml

-24
This file was deleted.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def get_requirements():
4646
"License :: OSI Approved :: Apache Software License",
4747
"Programming Language :: Python",
4848
"Programming Language :: Python :: 3",
49-
"Programming Language :: Python :: 3.6",
5049
"Programming Language :: Python :: 3.7",
5150
"Programming Language :: Python :: 3.8",
5251
"Programming Language :: Python :: 3.9",

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{36,37,38,39,310}-{local,integ,accept,examples}, nocmk,
3+
py{37,38,39,310}-{local,integ,accept,examples}, nocmk,
44
bandit, doc8, readme, docs,
55
{flake8,pylint}{,-tests,-examples},
66
isort-check, black-check,

0 commit comments

Comments
 (0)