diff --git a/docs/installation/conda.rst b/docs/installation/conda.rst index 35dbda05..dd4d3fd4 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 2f6bcf09..8e294b2e 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.