From 3f867cccd3f3e67bcfbf4205e29ddf6f1ef1fb60 Mon Sep 17 00:00:00 2001 From: Johann-Foerster <37768526+Johann-Foerster@users.noreply.github.com> Date: Sun, 13 Nov 2022 16:41:13 +0100 Subject: [PATCH] Update README.md bump minimum python version because reddit/subreddit.py contains the match statement introduced in python 3.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a964949..d872620 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The only original thing being done is the editing and gathering of all materials ## Requirements -- Python 3.9+ +- Python 3.10+ - Playwright (this should install automatically in installation) ## Installation 👩‍💻