From fc8f12de5b45000934cea399a023fd50919e9b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Wed, 21 Nov 2018 13:57:20 +0100 Subject: [PATCH] Document that Python 3.7 is required now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a7049d..9c6942b9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ There are two ways to install Flamenco Worker: unzip it, `cd` into it, then run `./flamenco-worker` (or `flamenco-worker.exe` on Windows). - If you have a copy of the source files, run `pipenv install` then run `flamenco-worker`. This - requires Python 3.5.2 or newer. + requires Python 3.7 or newer. ## Upgrading -- GitLab