Update README about python to use

We now run python 3.6 in production and there are issues with marshmallow-sqlalchemy using 3.5.
This commit is contained in:
Tom Byers
2019-11-22 14:15:34 +00:00
committed by GitHub
parent d8c4733a5a
commit 62b606af17

View File

@@ -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