From 7938cf53d182934279dc99cd26ce55a2b00b9935 Mon Sep 17 00:00:00 2001 From: Steve Yoo Date: Thu, 7 Nov 2024 15:52:10 -0500 Subject: [PATCH 1/2] End of support for macOS 10.15 --- .changes/next-release/feature-macOS-73507.json | 5 +++++ README.rst | 6 +++--- configure | 4 ++-- configure.ac | 2 +- macpkg/distribution.xml | 4 ++-- 5 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .changes/next-release/feature-macOS-73507.json diff --git a/.changes/next-release/feature-macOS-73507.json b/.changes/next-release/feature-macOS-73507.json new file mode 100644 index 000000000000..d1691ececda5 --- /dev/null +++ b/.changes/next-release/feature-macOS-73507.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "macOS", + "description": "End of support for macOS 10.15" +} diff --git a/README.rst b/README.rst index 922f757e6e74..2d8823ddf45b 100644 --- a/README.rst +++ b/README.rst @@ -34,9 +34,9 @@ The aws-cli package works on Python versions: ------- Notices ------- -On 2024-06-20, support for macOS versions 10.14 and prior was dropped. -To use up-to-date versions of AWS CLI v2, customers using macOS 10.14 or prior -should upgrade to macOS 10.15 or later. For more information, please see +On 2024-11-11, support for macOS version 10.15 was dropped. +To use up-to-date versions of AWS CLI v2, customers using macOS 10.15 or prior +should upgrade to macOS 11 or later. For more information, please see this `blog post `__. diff --git a/configure b/configure index 5ac03695c3af..81e7ecfb4adb 100755 --- a/configure +++ b/configure @@ -2096,8 +2096,8 @@ printf "%s\n" "$with_download_deps" >&6; } ac_operating_system=`(uname -s) 2>/dev/null || echo unknown` if test "$ac_operating_system" = Darwin; then - min_version='10.15.0' - end_support_date='June 20, 2024' + min_version='11.0.0' + end_support_date='November 11, 2024' { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for macOS version support" >&5 printf %s "checking for macOS version support... " >&6; } diff --git a/configure.ac b/configure.ac index 115c188c9242..0b6118243969 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AC_SUBST(DOWNLOAD_DEPS_FLAG) ac_operating_system=`(uname -s) 2>/dev/null || echo unknown` if test "$ac_operating_system" = Darwin; then - AC_CHECK_MACOS_END_OF_SUPPORT([10.15.0], [June 20, 2024]) + AC_CHECK_MACOS_END_OF_SUPPORT([11.0.0], [November 11, 2024]) fi AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/macpkg/distribution.xml b/macpkg/distribution.xml index 1038628af01e..b02ffbb88acf 100644 --- a/macpkg/distribution.xml +++ b/macpkg/distribution.xml @@ -8,9 +8,9 @@