From f7e0f926e005e53e017ca48bd1fda3e1ef7e736f Mon Sep 17 00:00:00 2001 From: Simon Bowly Date: Fri, 14 Jun 2024 17:12:38 +1000 Subject: [PATCH] Update contributing.rst --- docs/source/contributing.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index acc172f5..b3d583a4 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -45,9 +45,8 @@ Development Environment To set up your development environment: 1. Create and activate a Python virtual environment using your preferred tool. - We maintain compatibility with Python 3.8 and above, so developing using - version 3.8 locally should ensure that your contributions are compatible - with all supported Python versions. + You can use any currently supported Python version for development (versions + 3.8 through 3.12). 2. Run ``make develop`` from the top level of the repository. This command will install (using ``pip``) all packages required to run the unit tests, run the doc tests, and build the sphinx documentation. It will also install