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