diff --git a/docs/installation/conda.rst b/docs/installation/conda.rst index 66945abd9..88c0cf7f1 100644 --- a/docs/installation/conda.rst +++ b/docs/installation/conda.rst @@ -30,11 +30,11 @@ First, update conda: Next, create a conda environment (we name this ``autolens`` to signify it is for the **PyAutoLens** 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 autolens python=3.11 + conda create -n autolens python=3.12 Activate the conda environment (you will have to do this every time you want to run **PyAutoLens**): diff --git a/docs/installation/overview.rst b/docs/installation/overview.rst index 631253dcc..489e8797b 100644 --- a/docs/installation/overview.rst +++ b/docs/installation/overview.rst @@ -3,7 +3,7 @@ Overview ======== -**PyAutoLens** requires Python 3.9 - 3.12 and support the Linux, MacOS and Windows operating systems. +**PyAutoLens** requires Python 3.12 - 3.13 and supports the Linux, MacOS and Windows operating systems. **PyAutoLens** can be installed via the Python distribution `Anaconda `_ or using `Pypi `_ to ``pip install autolens`` into your Python distribution.