From 69838919f207998dd094c52d75a6dd8605df60d4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 30 Oct 2018 13:33:56 +0000 Subject: [PATCH] Document Python version --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dd0c7fab2..d7f4ff429 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Get and update notification status. ## Setting Up +### Python version + +This codebase is Python 3 only. At the moment we run 3.5 in production. You will run into problems if you try to use Python 3.4 or older, or Python 3.7 or newer. + ### AWS credentials To run the API you will need appropriate AWS credentials. You should receive these from whoever administrates your AWS account. Make sure you've got both an access key id and a secret access key.