Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**):

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.anaconda.com/>`_ or using
`Pypi <https://pypi.org/>`_ to ``pip install autolens`` into your Python distribution.
Expand Down
Loading