From de24da8c111687a2871d528052f5442e9b371ca1 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 8 Feb 2022 14:18:29 +0100 Subject: [PATCH] darwin: bump minimum supported version to 10.15 (#3406) We can't realistically claim to support 10.7 or any version that Apple no longer supports so let's bump the baseline to something more realistic. Refs: https://github.com/libuv/libuv/pull/482 Refs: https://github.com/libuv/libuv/pull/3405 --- SUPPORTED_PLATFORMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORTED_PLATFORMS.md b/SUPPORTED_PLATFORMS.md index 4d8ea07c..7b33cbbe 100644 --- a/SUPPORTED_PLATFORMS.md +++ b/SUPPORTED_PLATFORMS.md @@ -3,7 +3,7 @@ | System | Support type | Supported versions | Notes | |---|---|---|---| | GNU/Linux | Tier 1 | Linux >= 2.6.32 with glibc >= 2.12 | | -| macOS | Tier 1 | macOS >= 10.7 | | +| macOS | Tier 1 | macOS >= 10.15 | Current and previous macOS release | | Windows | Tier 1 | >= Windows 8 | VS 2015 and later are supported | | FreeBSD | Tier 1 | >= 10 | | | AIX | Tier 2 | >= 6 | Maintainers: @libuv/aix |