From e877d759a69b56565e2cf3ea11d344e7e47ae792 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Fri, 1 Dec 2023 15:44:57 -0600 Subject: [PATCH] docs: Update Platforms in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba1f03a4..841c71e7 100644 --- a/README.md +++ b/README.md @@ -307,11 +307,11 @@ The minimum supported Swift minor version is the one released with the oldest-su Only the last 4 major platform versions are supported, starting from: -- iOS **12** +- iOS **13** - macOS **10.15** - macCatalyst **13** -- tvOS **12** -- watchOS **6.2** +- tvOS **13** +- watchOS **7** Once a platform version becomes unsupported, dropping it from Auth0.swift **will not be considered a breaking change**, and will be done in a **minor** release. For example, iOS 13 will cease to be supported when iOS 17 gets released, and Auth0.swift will be able to drop it in a minor release.