From 5e180afe4bc2fa89f97af484baeeb3312a261908 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sun, 12 Apr 2026 17:56:52 +0100 Subject: [PATCH] docs: update supported Python version to 3.12 - 3.13 Co-Authored-By: Claude Opus 4.6 --- docs/installation/conda.rst | 4 ++-- docs/installation/overview.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/conda.rst b/docs/installation/conda.rst index 35dbda05f..dd4d3fd46 100644 --- a/docs/installation/conda.rst +++ b/docs/installation/conda.rst @@ -17,11 +17,11 @@ First, update conda: Next, create a conda environment (we name this ``autogalaxy`` to signify it is for the **PyAutoGalaxy** install): -The command below creates this environment with Python 3.11, the most recent supported version of Python: +The command below creates this environment with Python 3.12: .. code-block:: bash - conda create -n autogalaxy python=3.11 + conda create -n autogalaxy python=3.12 Activate the conda environment (you will have to do this every time you want to run **PyAutoGalaxy**): diff --git a/docs/installation/overview.rst b/docs/installation/overview.rst index 2f6bcf097..8e294b2e5 100644 --- a/docs/installation/overview.rst +++ b/docs/installation/overview.rst @@ -3,7 +3,7 @@ Overview ======== -**PyAutoGalaxy** requires Python 3.9 - 3.12 and support the Linux, MacOS and Windows operating systems. +**PyAutoGalaxy** requires Python 3.12 - 3.13 and supports the Linux, MacOS and Windows operating systems. **PyAutoGalaxy** can be installed via the Python distribution `Anaconda `_ or using `PyPI `_ to ``pip install autogalaxy`` into your Python distribution.