From c5151206aa65862f282906f1438f69df5a1cc169 Mon Sep 17 00:00:00 2001 From: lecris Date: Sun, 13 Jun 2021 05:17:38 -0400 Subject: [PATCH] Bump Python requirement Due to [`str.removeprefix`](https://src.miscworks.net/fair/matrix-puppeteer-line/src/branch/better-receipts-dm/matrix_puppeteer_line/db/message.py#L90) --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 584d73f..e6830dc 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,5 +1,5 @@ # Minimum Requirements -* Python 3.8 +* Python 3.9 * Node 10.18.1 # Initial setup