From 5a4cf865cbc1080b07b27d3907b1aab90a74db97 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:51:04 +0200 Subject: [PATCH] Update operating system minimum version to Windows 10 (#5516) --- docs/guides/getting-started/installing-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started/installing-cypress.mdx b/docs/guides/getting-started/installing-cypress.mdx index 1f46c530d0..51eeb542e4 100644 --- a/docs/guides/getting-started/installing-cypress.mdx +++ b/docs/guides/getting-started/installing-cypress.mdx @@ -158,7 +158,7 @@ application supports these operating systems: - **Linux** Ubuntu 20.04 and above, Fedora 21 and Debian 8 _(x86_64 or Arm 64-bit (x64 or arm64))_ (see [Linux Prerequisites](#Linux-Prerequisites) down below) -- **Windows** 7 and above _(64-bit only)_ +- **Windows** 10 and above _(64-bit only)_ ### Node.js