Skip to content

Commit

Permalink
Drop support for Swift < 5.4 on main
Browse files Browse the repository at this point in the history
5.4 will continue to be supported on 1.0.x if needed.
  • Loading branch information
stephentyrone committed Apr 20, 2024
1 parent fa7db57 commit 347f1e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 100 deletions.
99 changes: 0 additions & 99 deletions Package@swift-5.4.swift

This file was deleted.

2 changes: 1 addition & 1 deletion Tests/RealTests/RelaxedArithmeticTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ final class RelaxedArithmeticTests: XCTestCase {
}

func testRelaxedArithmetic() {
#if swift(>=5.4) && !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
#if !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
testRelaxedArithmetic(Float16.self)
#endif
testRelaxedArithmetic(Float.self)
Expand Down

0 comments on commit 347f1e3

Please sign in to comment.