From ac66f6747eebc0fd7518af108db20ba03b4f98f8 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Wed, 6 Oct 2021 17:27:47 +0200
Subject: [PATCH] Fix description of macos versions

Fixes #261
---
 docs/install.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/install.md b/docs/install.md
index 517e31ed..cc5c0a56 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -44,8 +44,8 @@ This list may not be exhaustive and specifies support for bindists only.
 | Windows Server 2022 | amd64 | ✅ | ✅ | ✅ | ✅ | ✅ |
 | Windows WSL1 | amd64 | ❌ | ❔ | ❔ | ❔ | ❔ |
 | Windows WSL2 | amd64 | ✅ | ✅ | ✅ | ✅ | ✅ |
-| MacOS >=13 | amd64 | ✅ | ✅ | ✅ | ✅ | ✅ |
-| MacOS <13 | amd64 | ❌ | ❔ | ❔ | ❔ | ❔ |
+| MacOS >=10.13 | amd64 | ✅ | ✅ | ✅ | ✅ | ✅ |
+| MacOS <10.13 | amd64 | ❌ | ❔ | ❔ | ❔ | ❔ |
 | MacOS | aarch64 | ✅ | ✅ | ✅ | ⚠️ | ❌ |
 | FreeBSD | amd64 | ✅ | ⚠️ | ✅ | ⚠️ | ❌ |
 | Linux generic | x86 | ✅ | ✅ | ✅ | ✅ | ✅ |
-- 
GitLab