From 4304e4d764a66f6f44a6f56d14c42b7cdd69aa64 Mon Sep 17 00:00:00 2001 From: Jason Patterson Date: Tue, 2 Aug 2022 10:32:58 -0400 Subject: [PATCH] Change python version requirement to Python >=3.6 (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1722199..648fafa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Validate submissions for the All of Us EHR data ## Requirements - * Python 2.7.* or Python 3 (download from [here](https://www.python.org/downloads/) and install) + * Python >=3.6 (download from [here](https://www.python.org/downloads/) and install) * pip (download [get-pip.py](https://bootstrap.pypa.io/get-pip.py) and run `python get-pip.py`) ## Installation / Configuration