From 7aa2731311329a106c02aa7d4b462d4b78b66700 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:03:48 -0700 Subject: [PATCH] Update Python version range to 3.9-3.12 on Mac --- _get_started/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_get_started/installation/mac.md b/_get_started/installation/mac.md index 551208fee613..c423987b50a9 100644 --- a/_get_started/installation/mac.md +++ b/_get_started/installation/mac.md @@ -13,7 +13,7 @@ PyTorch is supported on macOS 10.15 (Catalina) or above. ### Python {: #mac-python} -It is recommended that you use Python 3.9 - 3.11. +It is recommended that you use Python 3.9 - 3.12. You can install Python either through the Anaconda package manager (see [below](#anaconda)), [Homebrew](https://brew.sh/), or the [Python website](https://www.python.org/downloads/mac-osx/).