Skip to content

Update minimum deployment target to macOS 13 #7313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

neonichu
Copy link
Contributor

@neonichu neonichu commented Feb 2, 2024

Allows us to delete some existing backwards compatibility code.

Allows us to delete some existing backwards compatibility code.
@neonichu neonichu self-assigned this Feb 2, 2024
@@ -13,8 +13,6 @@
import Basics
import XCTest

/// Netrc feature depends upon `NSTextCheckingResult.range(withName name: String) -> NSRange`,
/// which is only available in macOS 10.13+ at this time.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment seems like something that was here explaining an availability or #if statement, but that doesn't exist here anymore.

@neonichu
Copy link
Contributor Author

neonichu commented Feb 2, 2024

We should also be able to use Duration instead of DispatchTimeInterval now, but that requires quite a few changes, so I am not attempting that here.

@neonichu
Copy link
Contributor Author

neonichu commented Feb 2, 2024

@swift-ci please test

@neonichu neonichu merged commit 8817ad5 into main Feb 3, 2024
@neonichu neonichu deleted the bump-minimum-deployment-target-2 branch February 3, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants