Skip to content

Commit 3ee5cb2

Browse files
Update Python version support in documentation and workflows
- Updated the supported Python versions in RELEASES.md and external-builds/pytorch/README.md to include Python 3.10. - Modified GitHub workflows for portable Linux and Windows PyTorch wheels to reflect the updated Python version matrix. This change ensures compatibility with Python 3.10 across relevant documentation and CI configurations.
1 parent 9d7cf5f commit 3ee5cb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release_portable_linux_pytorch_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
python_version: ["3.11", "3.12", "3.13"]
90+
python_version: ["3.10", "3.11", "3.12", "3.13"]
9191
pytorch_git_ref: ["release/2.7", "release/2.8", "release/2.9", "nightly"]
9292
include:
9393
- pytorch_git_ref: release/2.7

.github/workflows/release_windows_pytorch_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
python_version: ["3.11", "3.12", "3.13"]
90+
python_version: ["3.10", "3.11", "3.12", "3.13"]
9191
pytorch_git_ref: ["release/2.9", "nightly"]
9292
include:
9393
- pytorch_git_ref: release/2.9

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Table of contents:
3535
We recommend installing ROCm and projects like PyTorch via `pip`, the
3636
[Python package installer](https://packaging.python.org/en/latest/guides/tool-recommendations/).
3737

38-
We currently support Python 3.11, 3.12, and 3.13.
38+
We currently support Python 3.10, 3.11, 3.12, and 3.13.
3939

4040
> [!TIP]
4141
> We highly recommend working within a [Python virtual environment](https://docs.python.org/3/library/venv.html):

external-builds/pytorch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ detailed instructions. That information is summarized here.
8888

8989
### Prerequisites and setup
9090

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

0 commit comments

Comments
 (0)