From ba9666bb0c126686ae7975704bc3e5754e36d0c0 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 16 Jun 2023 21:50:29 +0200 Subject: [PATCH] docs(intro): Python drop 3.7 support (#23748) Python 3.7 is EOL with our next release, so we can drop it. https://github.com/microsoft/playwright-python/pull/1980 Signed-off-by: Max Schmitt --- docs/src/intro-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-python.md b/docs/src/intro-python.md index a1e7e4e127..f18bd71fe5 100644 --- a/docs/src/intro-python.md +++ b/docs/src/intro-python.md @@ -59,7 +59,7 @@ pytest ## System requirements -- Python 3.7 or higher. +- Python 3.8 or higher. - Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). - MacOS 12 Monterey or MacOS 13 Ventura. - Debian 11, Ubuntu 20.04 or Ubuntu 22.04.