Skip to content

Commit

Permalink
phase out allow_deprecated_macos_before_12
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Oct 28, 2024
1 parent dae16c4 commit 42d663b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cache_content_behavior = "fetch"

# Our current macOS 10.15 and 11 infrastructure is working okay, so for now (i.e. 2.24 dev
# releases), we'll just keep building on them:
allow_deprecated_macos_before_12 = true
allow_deprecated_macos_versions = ["10", "11"]

[DEFAULT]
# Tell `scie-pants` to use our `./pants` bootstrap script.
Expand Down
2 changes: 2 additions & 0 deletions src/python/pants/option/global_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,8 @@ def file_downloads_max_attempts(self) -> int:
{doc_url("community/getting-help")}.
"""
),
removal_version="2.26.0.dev0",
removal_hint='Upgrade your operating system or write `allow_deprecated_macos_versions = ["10", "11"]` instead.',
)

allow_deprecated_macos_versions = StrListOption(
Expand Down

0 comments on commit 42d663b

Please sign in to comment.