From c83837347043623304b7ce8d86ce38f60e9191c9 Mon Sep 17 00:00:00 2001 From: Loren Siebert Date: Tue, 3 Dec 2019 17:08:21 -0800 Subject: [PATCH 1/2] Support Python 3.7 and 3.8 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d9c1f8..e233ad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: - pip install -r requirements.txt - pip install -r tests/dev_requirements.txt From c36976191cc9f68911ac4e4d22a4a8058bacd1cc Mon Sep 17 00:00:00 2001 From: Loren Siebert Date: Tue, 3 Dec 2019 17:13:10 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c34cb..e6d5fcf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ parts. # Requirements -* Python 2.7 & 3.6 (At the time of writing this, AWS Lambda only supports Python 2.7/3.6). +* Python 2.7 & 3.6+ (At the time of writing this, AWS Lambda supports Python 2.7 and 3.6/3.7/3.8). * Pip (~8.1.1) * Virtualenv (~15.0.0) * Virtualenvwrapper (~4.7.1)