diff --git a/docs/src/intro-csharp.md b/docs/src/intro-csharp.md index a89a42ca83036..9b2bef092d101 100644 --- a/docs/src/intro-csharp.md +++ b/docs/src/intro-csharp.md @@ -285,7 +285,7 @@ See our doc on [Running and Debugging Tests](./running-tests.md) to learn more a - Playwright is distributed as a .NET Standard 2.0 library. We recommend .NET 8. - Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). -- macOS 14 Ventura, or later. +- macOS 14 Sonoma, or later. - Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture. ## What's next diff --git a/docs/src/intro-java.md b/docs/src/intro-java.md index 00826c2f8fe8f..2b42e09616a3c 100644 --- a/docs/src/intro-java.md +++ b/docs/src/intro-java.md @@ -130,7 +130,7 @@ By default browsers launched with Playwright run headless, meaning no browser UI - Java 8 or higher. - Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). -- macOS 14 Ventura, or later. +- macOS 14 Sonoma, or later. - Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture. ## What's next diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 68c0a649eebe3..69e0c25654f3c 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -304,7 +304,7 @@ pnpm exec playwright --version - Node.js: latest 20.x, 22.x or 24.x. - Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). -- macOS 14 (Ventura) or later. +- macOS 14 (Sonoma) or later. - Debian 12 / 13, Ubuntu 22.04 / 24.04 (x86-64 or arm64). ## What's next diff --git a/docs/src/intro-python.md b/docs/src/intro-python.md index 4045b6f4207de..8edb444eadd3e 100644 --- a/docs/src/intro-python.md +++ b/docs/src/intro-python.md @@ -101,7 +101,7 @@ pip install pytest-playwright playwright -U - Python 3.8 or higher. - Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). -- macOS 14 Ventura, or later. +- macOS 14 Sonoma, or later. - Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture. ## What's next