Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.10", "3.11", "3.12", "3.13"]
python_version: ["3.11", "3.12", "3.13"]
pytorch_git_ref: ["release/2.7", "release/2.8", "release/2.9", "nightly"]
include:
- pytorch_git_ref: release/2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_windows_pytorch_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.10", "3.11", "3.12", "3.13"]
python_version: ["3.11", "3.12", "3.13"]
pytorch_git_ref: ["release/2.9", "nightly"]
include:
- pytorch_git_ref: release/2.9
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Table of contents:
We recommend installing ROCm and projects like PyTorch via `pip`, the
[Python package installer](https://packaging.python.org/en/latest/guides/tool-recommendations/).

We currently support Python 3.10, 3.11, 3.12, and 3.13.
We currently support Python 3.11, 3.12, and 3.13.

> [!TIP]
> We highly recommend working within a [Python virtual environment](https://docs.python.org/3/library/venv.html):
Expand Down
2 changes: 1 addition & 1 deletion external-builds/pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ detailed instructions. That information is summarized here.

### Prerequisites and setup

You will need a supported Python version (3.10+) on a system which we build the
You will need a supported Python version (3.11+) on a system which we build the
`rocm[libraries,devel]` packages for. See the
[`RELEASES.md`: Installing releases using pip](../../RELEASES.md#installing-releases-using-pip)
and [Python Packaging](../../docs/packaging/python_packaging.md) documentation
Expand Down
Loading