Skip to content

Commit

Permalink
Update Package.swift (#43)
Browse files Browse the repository at this point in the history
Attempt at macOS 13 support
  • Loading branch information
vade authored Jun 1, 2024
1 parent 7821552 commit 4d90fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "SwiftOpenAI",
platforms: [
.iOS(.v15),
.macOS(.v14),
.macOS(.v13),
.watchOS(.v9)
],
products: [
Expand Down

0 comments on commit 4d90fcb

Please sign in to comment.