diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-07 18:41:04 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-05 14:29:21 -0800 |
commit | d0230c61172a77e43111fce07489bd86ae3ad39c (patch) | |
tree | a1d8f82c5e29e6760a2962ab81ce3e46ad15866c /README.md | |
parent | 1ae59a69133f48da19c97f4068c6154690c657f6 (diff) | |
download | fatcat-scholar-d0230c61172a77e43111fce07489bd86ae3ad39c.tar.gz fatcat-scholar-d0230c61172a77e43111fce07489bd86ae3ad39c.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |