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..c7d24ab17cb8 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-13, 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..b8ae15dfc113 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 13, 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..00e7566da625 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 13, 2024]) fi AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/macpkg/distribution.xml b/macpkg/distribution.xml index 1038628af01e..339f8de4e221 100644 --- a/macpkg/distribution.xml +++ b/macpkg/distribution.xml @@ -8,9 +8,9 @@