diff --git a/Library/Homebrew/os/mac/version.rb b/Library/Homebrew/os/mac/version.rb
index 5f86f697a2..79ddbec4b2 100644
--- a/Library/Homebrew/os/mac/version.rb
+++ b/Library/Homebrew/os/mac/version.rb
@@ -17,13 +17,13 @@ module OS
# and also update references in docs/Installation.md,
# https://github.com/Homebrew/install/blob/HEAD/install.sh and
# MacOSVersions::SYMBOLS
- NEWEST_UNSUPPORTED = "13"
+ NEWEST_UNSUPPORTED = "14"
private_constant :NEWEST_UNSUPPORTED
# TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/HEAD/install.sh
- OLDEST_SUPPORTED = "10.15"
+ OLDEST_SUPPORTED = "11"
private_constant :OLDEST_SUPPORTED
OLDEST_ALLOWED = "10.11"
diff --git a/docs/Installation.md b/docs/Installation.md
index d26d531d07..e097bbe75d 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -7,7 +7,7 @@ This script installs Homebrew to its preferred prefix (`/usr/local` for macOS In
## macOS Requirements
* A 64-bit Intel CPU or Apple Silicon CPU [1](#1)
-* macOS Catalina (10.15) (or higher) [2](#2)
+* macOS Big Sur (11) (or higher) [2](#2)
* Command Line Tools (CLT) for Xcode (from `xcode-select --install` or
[https://developer.apple.com/download/all/](https://developer.apple.com/download/all/)) or
[Xcode](https://itunes.apple.com/us/app/xcode/id497799835) [3](#3)
@@ -84,7 +84,7 @@ Uninstallation is documented in the [FAQ](FAQ.md).
1 For 32-bit or PPC support see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
-2 10.15 or higher is recommended, while 10.11–10.14 are supported on a best-effort basis. For 10.4–10.6 see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
+2 11 or higher is recommended, while 10.11–10.15 are supported on a best-effort basis. For 10.4–10.6 see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
3 Most formulae require a compiler. A handful require a full Xcode installation. You can install Xcode, the CLT, or both; Homebrew supports all three configurations. Downloading Xcode may require an Apple Developer account on older versions of Mac OS X. Sign up for free at [Apple's website](https://developer.apple.com/register/index.action).