Skip to content

Commit 8573753

Browse files
updated version numbers in read me
1 parent 1cd595f commit 8573753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9-3.12 is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
28+
Python 3.9-3.13 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
@@ -13,7 +13,7 @@ PyTorch is supported on macOS 10.15 (Catalina) or above.
1313
### Python
1414
{: #mac-python}
1515

16-
It is recommended that you use Python 3.9 - 3.12.
16+
It is recommended that you use Python 3.9 - 3.13.
1717
You can install Python either through [Homebrew](https://brew.sh/) or
1818
the [Python website](https://www.python.org/downloads/mac-osx/).
1919

0 commit comments

Comments
 (0)