From 62b606af172ac032b6935a236e5e6056949d0507 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 22 Nov 2019 14:15:34 +0000 Subject: [PATCH] Update README about python to use We now run python 3.6 in production and there are issues with marshmallow-sqlalchemy using 3.5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f51e0a3..85c4e45b4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Contains: ### 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. +This codebase is Python 3 only. At the moment we run 3.6 in production. You will run into problems if you try to use Python 3.5 or older, or Python 3.7 or newer. ### AWS credentials