From 5ed5c6df0db5c1640537cc59a125bdf0d154a395 Mon Sep 17 00:00:00 2001
From: Sergii Dymchenko
Date: Thu, 17 Oct 2024 13:27:30 -0700
Subject: [PATCH 1/4] Update min Python to 3.9
---
_includes/quick_start_local.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html
index d56c586a2f02..0e5a63ae6e4c 100644
--- a/_includes/quick_start_local.html
+++ b/_includes/quick_start_local.html
@@ -5,7 +5,7 @@
install previous versions of PyTorch. Note that LibTorch is only available for C++.
-
From f7f1ac731688496773d12b4752b8114f6c570e40 Mon Sep 17 00:00:00 2001
From: Sergii Dymchenko
Date: Thu, 17 Oct 2024 13:29:42 -0700
Subject: [PATCH 2/4] Update mac.md
---
_get_started/installation/mac.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/_get_started/installation/mac.md b/_get_started/installation/mac.md
index 3ccd7ceb224b..551208fee613 100644
--- a/_get_started/installation/mac.md
+++ b/_get_started/installation/mac.md
@@ -13,13 +13,11 @@ PyTorch is supported on macOS 10.15 (Catalina) or above.
### Python
{: #mac-python}
-It is recommended that you use Python 3.8 - 3.11.
+It is recommended that you use Python 3.9 - 3.11.
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/).
-In one of the upcoming PyTorch releases, support for Python 3.8 will be deprecated.
-
### Package Manager
{: #mac-package-manager}
From db2d3532e91eb76eb6eb87c7e323005b70fbdeec Mon Sep 17 00:00:00 2001
From: Sergii Dymchenko
Date: Thu, 17 Oct 2024 13:30:18 -0700
Subject: [PATCH 3/4] Update windows.md
---
_get_started/installation/windows.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_get_started/installation/windows.md b/_get_started/installation/windows.md
index d6a59f6d8323..2d0ec5c041f5 100644
--- a/_get_started/installation/windows.md
+++ b/_get_started/installation/windows.md
@@ -18,7 +18,7 @@ PyTorch is supported on the following Windows distributions:
### Python
{: #windows-python}
-Currently, PyTorch on Windows only supports Python 3.8-3.11; Python 2.x is not supported.
+Currently, PyTorch on Windows only supports Python 3.9-3.12; Python 2.x is not supported.
As it is not installed by default on Windows, there are multiple ways to install Python:
From c8556927ceb20705eabf3c000c4b16f97420b7f9 Mon Sep 17 00:00:00 2001
From: Sergii Dymchenko
Date: Thu, 17 Oct 2024 13:30:50 -0700
Subject: [PATCH 4/4] Update linux.md
---
_get_started/installation/linux.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_get_started/installation/linux.md b/_get_started/installation/linux.md
index e585c82648e1..35deaa0cde02 100644
--- a/_get_started/installation/linux.md
+++ b/_get_started/installation/linux.md
@@ -25,7 +25,7 @@ PyTorch is supported on Linux distributions that use [glibc](https://www.gnu.org
### Python
{: #linux-python}
-Python 3.8-3.11 is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
+Python 3.9-3.12 is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
> Tip: By default, you will have to use the command `python3` to run Python. If you want to use just the command `python`, instead of `python3`, you can symlink `python` to the `python3` binary.