From 359843d32ea29c21e90465ff17c9a5d53ae85080 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sun, 12 Apr 2026 17:56:54 +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 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.