From 3fa261d1d2034b9444526ad764600f9798d9058c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 10 Aug 2020 20:26:42 -0700 Subject: [PATCH] Removed Python 3.5 installation instructions Suggested here: https://github.com/simonw/datasette/discussions/921#discussioncomment-49362 --- docs/installation.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index aacfed1d..b741bebb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -22,10 +22,6 @@ You can install Datasette and its dependencies using ``pip``:: pip install datasette -The last version to support Python 3.5 was 0.30.2. If you are running Python 3.5 (check using ``python3 --version``) you can install that version of Datasette like so:: - - pip install datasette==0.30.2 - You can now run Datasette like so:: datasette