From d0230c61172a77e43111fce07489bd86ae3ad39c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 7 Dec 2020 18:41:04 -0800 Subject: switch project to python3.8 (and rebuild Pipefile.lock) mypy wasn't working correctly unless we explicitly depend on typing_extensions. This is too bad as python 3.8 presumably has most of hte "newer" extension types anyways. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c27aeb5..548e200 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Flask. ## Getting Started for Developers -You need `pipenv` and Python 3.7 installed. Most tasks are run using a +You need `pipenv` and Python 3.8 installed. Most tasks are run using a Makefile; `make help` will show all options. Working on the indexing pipeline effectively requires internal access to the -- cgit v1.2.3