From 17464541c2c60fad4ac8353b4fb5856771f80ff9 Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Wed, 8 Oct 2025 10:00:13 -0700 Subject: [PATCH] [Docs] Helion works on 3.10 through 3.14 stack-info: PR: https://github.com/pytorch/helion/pull/838, branch: oulgen/stack/124 --- README.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 172d4deac..a8d53d06f 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ for DEBUG-level logs. Alternatively, you can specify logging for specific module Helion currently targets Linux systems and requires a recent Python and PyTorch environment: - Linux-based OS -- Python 3.10, 3.11, or 3.12 +- Python 3.10–3.14 - [PyTorch] nightly build - A development version of [Triton], installed from source *(Older versions may work, but will lack support for features like diff --git a/docs/installation.md b/docs/installation.md index ed739093e..ff8415cdb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ Helion currently targets Linux systems and requires a recent Python and PyTorch - Other Unix-like systems may work but are not officially supported ### Python Environment -- **Python 3.10, 3.11, or 3.12** +- **Python 3.10–3.14** - We recommend using [uv](https://docs.astral.sh/uv/) for lightweight, fast virtual environments ### Dependencies