From e7d19402c7a05580da75c402af73b1e7fb8050b7 Mon Sep 17 00:00:00 2001 From: LevaniVashadze <100613979+LevaniVashadze@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:57:56 +0400 Subject: [PATCH] python version update to python 3.7 playwright needs python 3.7+ as seen here https://playwright.dev/python/docs/intro#system-requirements Getting started | Playwright Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77b11b2..ace74f8 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.6+ +- Python 3.7+ - Playwright (this should install automatically in installation) ## Installation 👩‍💻