Skip to content

Commit 8054bbe

Browse files
authored
fix: drop Swift 5.9 (#745)
* fix: drop Swift 5.9 * update README
1 parent 227c559 commit 8054bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:5.10
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import Foundation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Supabase client for Swift. Mirrors the design of [supabase-js](https://github.co
1111

1212
### Requirements
1313
- iOS 13.0+ / macOS 10.15+ / tvOS 13+ / watchOS 6+ / visionOS 1+
14-
- Xcode 15+
15-
- Swift 5.9+
14+
- Xcode 15.3+
15+
- Swift 5.10+
1616

1717
> [!IMPORTANT]
1818
> Check the [Support Policy](#support-policy) to learn when dropping Xcode, Swift, and platform versions will not be considered a **breaking change**.

0 commit comments

Comments
 (0)