Skip to content

Commit 5dac4b9

Browse files
committed
Deprecating python py3.6 from documents
1 parent 1e8b260 commit 5dac4b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_get_started/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PyTorch is supported on Linux distributions that use [glibc](https://www.gnu.org
2525
### Python
2626
{: #linux-python}
2727

28-
Python 3.6 or greater is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
28+
Python 3.7 or greater is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
2929

3030
> 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.
3131

_get_started/installation/mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PyTorch is supported on macOS 10.10 (Yosemite) or above.
1515
### Python
1616
{: #mac-python}
1717

18-
It is recommended that you use Python 3.5 or greater, which can be installed either through the Anaconda package manager (see [below](#anaconda)), [Homebrew](https://brew.sh/), or the [Python website](https://www.python.org/downloads/mac-osx/).
18+
It is recommended that you use Python 3.7 or greater, which can be installed either through the Anaconda package manager (see [below](#anaconda)), [Homebrew](https://brew.sh/), or the [Python website](https://www.python.org/downloads/mac-osx/).
1919

2020
### Package Manager
2121
{: #mac-package-manager}

_get_started/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PyTorch is supported on the following Windows distributions:
1818
### Python
1919
{: #windows-python}
2020

21-
Currently, PyTorch on Windows only supports Python 3.x; Python 2.x is not supported.
21+
Currently, PyTorch on Windows only supports Python 3.7-3.9; Python 2.x is not supported.
2222

2323
As it is not installed by default on Windows, there are multiple ways to install Python:
2424

0 commit comments

Comments
 (0)