Skip to content

Commit 07f54e7

Browse files
authored
docs: update macOS version requirement to 14 Ventura (#35089)
1 parent 5c17a1b commit 07f54e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/src/intro-csharp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ See our doc on [Running and Debugging Tests](./running-tests.md) to learn more a
233233

234234
- Playwright is distributed as a .NET Standard 2.0 library. We recommend .NET 8.
235235
- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL).
236-
- macOS 13 Ventura, or later.
236+
- macOS 14 Ventura, or later.
237237
- Debian 12, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
238238

239239
## What's next

docs/src/intro-java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ By default browsers launched with Playwright run headless, meaning no browser UI
130130

131131
- Java 8 or higher.
132132
- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL).
133-
- macOS 13 Ventura, or later.
133+
- macOS 14 Ventura, or later.
134134
- Debian 12, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
135135

136136
## What's next

docs/src/intro-js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pnpm exec playwright --version
288288

289289
- Latest version of Node.js 18, 20 or 22.
290290
- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL).
291-
- macOS 13 Ventura, or later.
291+
- macOS 14 Ventura, or later.
292292
- Debian 12, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
293293

294294
## What's next

docs/src/intro-python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pip install pytest-playwright playwright -U
101101

102102
- Python 3.8 or higher.
103103
- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL).
104-
- macOS 13 Ventura, or later.
104+
- macOS 14 Ventura, or later.
105105
- Debian 12, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
106106

107107
## What's next

0 commit comments

Comments
 (0)